Enum VLFindContours.TVLContourMode

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
David Alm (Talk | contribs)
(Automated Syncronization with Documentation)

Latest revision as of 00:22, 22 November 2011

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.
Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox