Click or drag to resize

VFPAnalyzerSearch Method

Searches one fingerprint in another.

Namespace:  VisioForge.VideoFingerPrinting
Assembly:  VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax
public static List<TimeSpan> Search(
	VFPFingerPrint fp1,
	VFPFingerPrint fp2,
	TimeSpan duration,
	int maxDifference,
	bool allowMultipleFragments
)

Parameters

fp1
Type: VisioForge.VideoFingerPrintingVFPFingerPrint
Fingerprint to search.
fp2
Type: VisioForge.VideoFingerPrintingVFPFingerPrint
Fingerprint to search into it.
duration
Type: SystemTimeSpan
Ad duration.
maxDifference
Type: SystemInt32
Maximal difference.
allowMultipleFragments
Type: SystemBoolean
True to allow multiple fragments search.

Return Value

Type: ListTimeSpan
Returns true if found.
See Also