Click or drag to resize

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
)

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