Enum VLFindContours.TVLContourMode
From Mitov Wiki Doc
This is a Beta Read Only version of this page. Please review and send recommendations to mitov@mitov.com. We will enable the editing as soon as we are happy with the overall Wiki site.
Package: VisionLabPkg
Unit: VLFindContours
Contents |
Syntax
Delphi:
type TVLContourMode = (cmExternal, cmList, cmCComp, cmTree);
C++ Builder:
enum TVLContourMode {cmExternal, cmList, cmCComp, cmTree};
Visual C++ (MFC):
enum CTVLContourMode {cmExternal, cmList, cmCComp, cmTree};
Summary
Available contour modes.
Description
Defines the available contour modes.
Values
cmExternal | Only extreme outer contours. |
cmList | All contours in list. |
cmCComp | Organize the contours in External, and Internal hierarchy. |
cmTree | All contours in hierarchical tree. |