http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Find contours
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public Contour<Point> FindContours( CHAIN_APPROX_METHOD method, RETR_TYPE type ) |
Visual Basic |
---|
Public Function FindContours ( _ method As CHAIN_APPROX_METHOD, _ type As RETR_TYPE _ ) As Contour(Of Point) |
Visual C++ |
---|
public: Contour<Point>^ FindContours( CHAIN_APPROX_METHOD method, RETR_TYPE type ) |
Parameters
- method
- Type: Emgu.CV.CvEnum..::..CHAIN_APPROX_METHOD
The type of approximation method
- type
- Type: Emgu.CV.CvEnum..::..RETR_TYPE
The retrival type