VFPAPIVFPImageCompare_Compare Method  | 
  
    Namespace: 
   VisioForge.VideoFingerPrinting
    Assembly:
   VisioForge.VideoFingerPrinting (in VisioForge.VideoFingerPrinting.dll) Version: 1.0.0
Syntaxpublic 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: 
Double
See Also