http://www.emgu.com
Contour retrieval mode
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
SyntaxPublic Enumeration RetrType
public enum class RetrType
Members
| Member name | Value | Description |
---|
| External | 0 |
Retrieve only the extreme outer contours
|
| List | 1 |
Retrieve all the contours and puts them in the list
|
| Ccomp | 2 |
Retrieve all the contours and organizes them into two-level hierarchy: top level are external boundaries of the components, second level are bounda boundaries of the holes
|
| Tree | 3 |
Retrieve all the contours and reconstructs the full hierarchy of nested contours
|
See Also