Click or drag to resize

VFPFingerPrintV11Load Method (String)

Loads fingerprint from file.

Namespace:  VisioForge.VideoFingerPrinting
Assembly:  VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax
public static VFPFingerPrintV11 Load(
	string filename
)

Parameters

filename
Type: SystemString
File name. Default extension is .vsigx.

Return Value

Type: VFPFingerPrintV11
The VFPFingerPrint.
See Also