VFPAPIVFPSearch_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
)
Public Shared Function VFPSearch_Search (
pData1 As IntPtr,
iLen1 As Integer,
iSkip1 As Integer,
pData2 As IntPtr,
iLen2 As Integer,
iSkip2 As Integer,
<OutAttribute> ByRef pDiff As Double,
maxDiff As Integer
) As Integer
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:
Int32See Also