Click or drag to resize

VFPAPI64VFPSearch_Search Method

Namespace:  VisioForge.VideoFingerPrinting
Assembly:  VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax
public static int VFPSearch_Search(
	IntPtr pData1,
	int iLen1,
	int iSkip1,
	IntPtr pData2,
	int iLen2,
	int iSkip2,
	out double pDiff,
	int maxDiff
)

Parameters

pData1
Type: SystemIntPtr
iLen1
Type: SystemInt32
iSkip1
Type: SystemInt32
pData2
Type: SystemIntPtr
iLen2
Type: SystemInt32
iSkip2
Type: SystemInt32
pDiff
Type: SystemDouble
maxDiff
Type: SystemInt32

Return Value

Type: Int32
See Also