Class VLMinAreaRectangles.TVLMinAreaRectangles

From Mitov Wiki Doc
(Difference between revisions)
Jump to: navigation, search
(Automated Syncronization with Documentation)
 
(Automated Syncronization with Documentation)
 
(6 intermediate revisions by one user not shown)
Line 16: Line 16:
 
=== Delphi: ===
 
=== Delphi: ===
 
<code>
 
<code>
'''type''' TVLMinAreaRectangles = '''class'''( [[Class VLBasicFit.TVLBasicFit|TVLBasicFit]] )
+
'''type''' TVLMinAreaRectangles = '''class'''( [[Class VLBasicFit.TVLBasicFit|TVLBasicFit, IVLRectangles, TVLOWRectanglesSourcePin]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLMinAreaRectangles : [[Class VLBasicFit.TVLBasicFit|Mitov.VisionLab.BasicFit]]
+
'''public ref class''' MinAreaRectangles : [[Class VLBasicFit.TVLBasicFit|Mitov.VisionLab.BasicFit]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 36: Line 36:
 
Use this component to find the smallest area rectangles for
 
Use this component to find the smallest area rectangles for
 
polygons or contours.
 
polygons or contours.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLMinAreaRectangles_Preview.png]]
  
  
Line 65: Line 71:
 
=== Published ===
 
=== Published ===
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]]
 
== Pins ==
 
*[[Pin SLCommonFilter.TSLBasicThreadedEnableFilter.EnablePin|EnablePin]]
 
  
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==
 
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] ==

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.

BIGVLMinAreaRectangles.gif VLMinAreaRectangles.gif NETVLMinAreaRectangles.gif

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:

VLMinAreaRectangles Preview.png


Example:

VLMinAreaRectanglesExample.png

Pins

Events

From TVLBasicFit

Properties

Published

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox