[This is preliminary documentation and is subject to change.]

Find a list of contours using simple approximation method.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Contour<Point> FindContours()
Public Function FindContours As Contour(Of Point)
public:
Contour<Point>^ FindContours()

Return Value

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

See Also