Class VLFitEllipses.TVLFitEllipses
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: VLFitEllipses
Inherits: TVLBasicFit
Contents |
Syntax
Delphi:
type TVLFitEllipses = class( TVLBasicFit, IVLEllipses, TVLOWEllipsesSourcePin )
C++ Builder:
class TVLFitEllipses : public TVLBasicFit
Visual C++ (MFC):
class CTVLFitEllipses : public CTVLBasicFit
C# (.NET):
public ref class TVLFitEllipses : Mitov.VisionLab.BasicFit
Summary
Fits ellipses to polygons or contours.
Description
Use this component to fit ellipses to polygons or contours.
Diagram:
Example:
Pins
- OutputPin - The ellipses data output pin of the component.
Events
- OnEllipses - Occurs when the ellipses are fitted.
From TVLBasicFit
Properties
Published
- SynchronizeType - Specifies the type of thread buffer synchronization.
Pins
- InputPin - The contours Input Pin of the component.