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
)
Public Shared Function Search (
fp1 As VFPFingerPrint,
skip1 As Integer,
fp2 As VFPFingerPrint,
skip2 As Integer,
<OutAttribute> ByRef difference As Double,
maxDiff As Integer
) As Integer
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