Compares two shapes. The 3 implemented methods all use Hu moments

C# | Visual Basic | Visual 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 )

- 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)

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