Find contours using the specific memory storage
Namespace: Emgu.CVAssembly: 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( CHAIN_APPROX_METHOD method, RETR_TYPE type, MemStorage stor )
Public Function FindContours ( _ method As CHAIN_APPROX_METHOD, _ type As RETR_TYPE, _ stor As MemStorage _ ) As Contour(Of Point)
public: Contour<Point>^ FindContours( CHAIN_APPROX_METHOD method, RETR_TYPE type, MemStorage^ stor )
Parameters
- method
- CHAIN_APPROX_METHOD
The type of approximation method
- type
- RETR_TYPE
The retrival type
- stor
- MemStorage
The storage used by the sequences