Cv2MatchShapes Method (IEnumerablePoint, IEnumerablePoint, MatchShapesMethod, Double) OpenCvSharp Class Library
matches two contours using one of the available algorithms

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static double MatchShapes(
	IEnumerable<Point> contour1,
	IEnumerable<Point> contour2,
	MatchShapesMethod method,
	double parameter = 0
)

Parameters

contour1
Type: System.Collections.GenericIEnumerablePoint

[Missing <param name="contour1"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.MatchShapes(System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point},System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point},OpenCvSharp.MatchShapesMethod,System.Double)"]

contour2
Type: System.Collections.GenericIEnumerablePoint

[Missing <param name="contour2"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.MatchShapes(System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point},System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point},OpenCvSharp.MatchShapesMethod,System.Double)"]

method
Type: OpenCvSharpMatchShapesMethod

[Missing <param name="method"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.MatchShapes(System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point},System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point},OpenCvSharp.MatchShapesMethod,System.Double)"]

parameter (Optional)
Type: SystemDouble

[Missing <param name="parameter"/> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.MatchShapes(System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point},System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point},OpenCvSharp.MatchShapesMethod,System.Double)"]

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.MatchShapes(System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point},System.Collections.Generic.IEnumerable{OpenCvSharp.CPlusPlus.Point},OpenCvSharp.MatchShapesMethod,System.Double)"]

See Also

Reference