Click or drag to resize

VFPSearchSearch Method

Searches on fingerprint in another.

Namespace:  VisioForge.VideoFingerPrinting
Assembly:  VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax
public static int Search(
	VFPFingerPrint fp1,
	int skip1,
	VFPFingerPrint fp2,
	int skip2,
	out double difference,
	int maxDiff
)

Parameters

fp1
Type: VisioForge.VideoFingerPrintingVFPFingerPrint
Fingerprint 1.
skip1
Type: SystemInt32
Skip time 1.
fp2
Type: VisioForge.VideoFingerPrintingVFPFingerPrint
Fingerprint 2.
skip2
Type: SystemInt32
Skip time 2.
difference
Type: SystemDouble
Detected difference.
maxDiff
Type: SystemInt32
Maximal allowed difference.

Return Value

Type: Int32
Returns position if fragment found or Int32.MaxValue if not.
See Also