http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Compare the shape of the current contour with objectToMatch
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public double MatchShapes( Seq<T> objectToMatch, CONTOURS_MATCH_TYPE method ) |
Visual Basic |
---|
Public Function MatchShapes ( _ objectToMatch As Seq(Of T), _ method As CONTOURS_MATCH_TYPE _ ) As Double |
Visual C++ |
---|
public: double MatchShapes( Seq<T>^ objectToMatch, CONTOURS_MATCH_TYPE method ) |
Parameters
- objectToMatch
- Type: Emgu.CV..::..Seq<(Of <(<'T>)>)>
The object to match
- method
- Type: Emgu.CV.CvEnum..::..CONTOURS_MATCH_TYPE
contour matching method