Click or drag to resize

VFPAPIVFPImageCompare_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