ContourRetrieval Enumeration OpenCvSharp Class Library
Approximation methods for cvFindContours

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum ContourRetrieval
Members

  Member nameValueDescription
External0 Retrieve only the extreme outer contours [CV_RETR_EXTERNAL]
List1 Retrieve all the contours and puts them in the list [CV_RETR_LIST]
CComp2 Retrieve all the contours and organizes them into two-level hierarchy: top level are external boundaries of the components, second level are boundaries of the holes [CV_RETR_CCOMP]
Tree3 Retrieve all the contours and reconstructs the full hierarchy of nested contours [CV_RETR_TREE]
FloodFill3 [CV_RETR_FLOODFILL]
See Also

Reference