Emgu CV Library Documentation
MatchShapes Method (objectToMatch, method)
NamespacesEmgu.CVSeq<(Of <(T>)>)MatchShapes(Seq<(Of <(T>)>), CONTOURS_MATCH_TYPE)

www.emgu.com/wiki
Compare the shape of the current contour with objectToMatch
Declaration Syntax
C#Visual BasicVisual 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

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