VFPAPI64VFPImageCompare_Compare Method |
Namespace:
VisioForge.VideoFingerPrinting
Assembly:
VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntax public static double VFPImageCompare_Compare(
IntPtr image1,
int image1width,
int image1height,
IntPtr image2,
int image2width,
int image2height
)
Public Shared Function VFPImageCompare_Compare (
image1 As IntPtr,
image1width As Integer,
image1height As Integer,
image2 As IntPtr,
image2width As Integer,
image2height As Integer
) As Double
Parameters
- image1
- Type: SystemIntPtr
- image1width
- Type: SystemInt32
- image1height
- Type: SystemInt32
- image2
- Type: SystemIntPtr
- image2width
- Type: SystemInt32
- image2height
- Type: SystemInt32
Return Value
Type:
DoubleSee Also