Click or drag to resize

VFPCompareCompare Method

Compares two fingerprints.

Namespace:  VisioForge.VideoFingerPrinting
Assembly:  VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax
public static double Compare(
	VFPFingerPrint fp1,
	VFPFingerPrint fp2,
	int maxDifference
)

Parameters

fp1
Type: VisioForge.VideoFingerPrintingVFPFingerPrint
Fingerprint 1.
fp2
Type: VisioForge.VideoFingerPrintingVFPFingerPrint
Fingerprint 2.
maxDifference
Type: SystemInt32
Maximal difference.

Return Value

Type: Double
Returns true if fingerprints are similar.
See Also