Compare the shape of the current contour with objectToMatch

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public double MatchShapes(
	Seq<T> objectToMatch,
	CONTOURS_MATCH_TYPE method
)
Public Function MatchShapes ( _
	objectToMatch As Seq(Of T), _
	method As CONTOURS_MATCH_TYPE _
) As Double
public:
double MatchShapes(
	Seq<T>^ objectToMatch, 
	CONTOURS_MATCH_TYPE method
)

Parameters

objectToMatch
Seq<(Of <(<'T>)>)>
The object to match
method
CONTOURS_MATCH_TYPE
contour matching method

Return Value

The degree of the similarity

See Also