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