Find a list of contours using simple approximation method.

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

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