Emgu CV Library Documentation
cvMatchShapes Method (object1, object2, method, parameter)
NamespacesEmgu.CVCvInvokecvMatchShapes(IntPtr, IntPtr, CONTOURS_MATCH_TYPE, Double)

www.emgu.com/wiki
Compares two shapes. The 3 implemented methods all use Hu moments
Declaration Syntax
C#Visual BasicVisual C++
public static double cvMatchShapes(
	IntPtr object1,
	IntPtr object2,
	CONTOURS_MATCH_TYPE method,
	double parameter
)
Public Shared Function cvMatchShapes ( _
	object1 As IntPtr, _
	object2 As IntPtr, _
	method As CONTOURS_MATCH_TYPE, _
	parameter As Double _
) As Double
public:
static double cvMatchShapes(
	IntPtr object1, 
	IntPtr object2, 
	CONTOURS_MATCH_TYPE method, 
	double parameter
)
Parameters
object1 (IntPtr)
First contour or grayscale image
object2 (IntPtr)
Second contour or grayscale image
method (CONTOURS_MATCH_TYPE)
Comparison method
parameter (Double)
Method-specific parameter (is not used now)
Return Value

[Missing <returns> documentation for M:Emgu.CV.CvInvoke.cvMatchShapes(System.IntPtr,System.IntPtr,Emgu.CV.CvEnum.CONTOURS_MATCH_TYPE,System.Double)]

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)