Find contours
Namespace:
Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public Contour<Point> FindContours( CHAIN_APPROX_METHOD method, RETR_TYPE type ) |
Visual Basic (Declaration) |
---|
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