Enum VLFindContours.TVLContourMethod
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 TVLContourMethod = (cmAproxNone, cmAproxSimple, cmAproxL1, cmAproxKCOS);
C++ Builder:
enum TVLContourMethod {cmAproxNone, cmAproxSimple, cmAproxL1, cmAproxKCOS};
Visual C++ (MFC):
enum CTVLContourMethod {cmAproxNone, cmAproxSimple, cmAproxL1, cmAproxKCOS};
Summary
Available contour approximation methods.
Description
Defines the available contour approximation methods.
Values
cmAproxNone | No approximation. |
cmAproxSimple | Simple approximation. |
cmAproxL1 | L1 approximation. |
cmAproxKCOS | KCOS approximation. |