Click or drag to resize

VFPFingerPrintLoad Method (Byte)

Loads fingerprint from memory.

Namespace:  VisioForge.VideoFingerPrinting
Assembly:  VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax
public static VFPFingerPrint Load(
	byte[] data
)

Parameters

data
Type: SystemByte
Data.

Return Value

Type: VFPFingerPrint
The VFPFingerPrint.
See Also