Class VLMinAreaRectangles.TVLMinAreaRectangles
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 28: | Line 28: | ||
=== C# (.NET): === | === C# (.NET): === | ||
<code> | <code> | ||
− | '''public ref class''' | + | '''public ref class''' MinAreaRectangles : [[Class VLBasicFit.TVLBasicFit|Mitov.VisionLab.BasicFit]] |
</code> | </code> | ||
== Summary == | == Summary == |
Latest revision as of 00:30, 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: VLMinAreaRectangles
Inherits: TVLBasicFit
Contents |
Syntax
Delphi:
type TVLMinAreaRectangles = class( TVLBasicFit, IVLRectangles, TVLOWRectanglesSourcePin )
C++ Builder:
class TVLMinAreaRectangles : public TVLBasicFit
Visual C++ (MFC):
class CTVLMinAreaRectangles : public CTVLBasicFit
C# (.NET):
public ref class MinAreaRectangles : Mitov.VisionLab.BasicFit
Summary
Finds the smallest area rectangles for polygons or contours.
Description
Use this component to find the smallest area rectangles for polygons or contours.
Diagram:
Example:
Pins
- OutputPin - The rectangles data output pin of the component.
Events
- OnRectangles - Occurs when the rectangles are calculated.
From TVLBasicFit
Properties
Published
- SynchronizeType - Specifies the type of thread buffer synchronization.
Pins
- InputPin - The contours Input Pin of the component.