Click or drag to resize

VFPFingerPrintLoad Method (String)

Loads fingerprint from file.

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

Parameters

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

Return Value

Type: VFPFingerPrint
The VFPFingerPrint.
See Also