http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Find a list of contours using simple approximation method.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Contour<Point> FindContours() |
Visual Basic |
---|
Public Function FindContours As Contour(Of Point) |
Visual C++ |
---|
public: Contour<Point>^ FindContours() |