http://www.emgu.com
contour retrieval mode
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.2.0.2682 (3.2.0.2682)
Syntax Public 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