Click or drag to resize

VFPAnalyzerCompare Method

Compares two fingerprints.

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

Parameters

fp1
Type: VisioForge.VideoFingerPrintingVFPFingerPrint
First fingerprint.
fp2
Type: VisioForge.VideoFingerPrintingVFPFingerPrint
Second fingerprint.
shift
Type: SystemTimeSpan
Shift (step is one second).

Return Value

Type: Int32
Returns compare result.
See Also