Find a list of contours using simple approximation method.

Namespace:  Emgu.CV
Assembly:  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()

Return Value

Contour if there is any; null if no contour is found

See Also