Click or drag to resize

VFPFingerPrintDBLoad Method

Loads fingerprint from file.

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

Parameters

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

Return Value

Type: VFPFingerPrintDB
The VFPFingerPrint.
See Also