Class VLConvexHulls.TVLConvexHulls
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
Revision as of 00:11, 26 June 2013
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: VLConvexHulls
Inherits: TVLBasicFit
Contents |
Syntax
Delphi:
type TVLConvexHulls = class( TVLBasicFit, IVLPolygons, TVLOWPolygonsSourcePin )
C++ Builder:
class TVLConvexHulls : public TVLBasicFit
Visual C++ (MFC):
class CTVLConvexHulls : public CTVLBasicFit
C# (.NET):
public ref class TVLConvexHulls : Mitov.VisionLab.BasicFit
Summary
Finds the convex hulls for polygons or contours.
Description
Use this component to find the convex hulls for polygons or contours
Diagram:
Example:
Properties
Published
- Orientation - Specifies the desired Convex Hull orientation - Clockwise or Counter Clockwise.
Pins
- OutputPin - The convex hull data output pin of the component.
Events
- OnConvexes - Occurs when the convexes are calculated.
From TVLBasicFit
Properties
Published
- SynchronizeType - Specifies the type of thread buffer synchronization.
Pins
- InputPin - The contours Input Pin of the component.