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
)
Public Shared Function Load (
filename As String
) As VFPFingerPrintDB
Parameters
- filename
- Type: SystemString
File name. Default extension is .vsigx.
Return Value
Type:
VFPFingerPrintDB
The
VFPFingerPrint.
See Also