CvMatchShapes Method (CvArr, CvArr, MatchShapesMethod, Double) OpenCvSharp Class Library
Compares two shapes.

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

public static double MatchShapes(
	CvArr object1,
	CvArr object2,
	MatchShapesMethod method,
	double parameter
)

Parameters

object1
Type: OpenCvSharpCvArr
First contour or grayscale image.
object2
Type: OpenCvSharpCvArr
Second contour or grayscale image.
method
Type: OpenCvSharpMatchShapesMethod
Comparison method.
parameter
Type: SystemDouble
Method-specific parameter (is not used now).

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.Cv.MatchShapes(OpenCvSharp.CvArr,OpenCvSharp.CvArr,OpenCvSharp.MatchShapesMethod,System.Double)"]

See Also

Reference