Class VLMinEnclosingCircles.TVLMinEnclosingCircles
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 16: | Line 16: | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TVLMinEnclosingCircles = '''class'''( [[Class VLBasicFit.TVLBasicFit|TVLBasicFit]] ) | + | '''type''' TVLMinEnclosingCircles = '''class'''( [[Class VLBasicFit.TVLBasicFit|TVLBasicFit, IVLCircles, TVLOWCirclesSourcePin]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
Line 36: | Line 36: | ||
Use this component to find the smallest enclosing circles for | Use this component to find the smallest enclosing circles for | ||
polygons or contours. | polygons or contours. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:VLMinEnclosingCircles_Preview.png]] | ||
Line 65: | Line 71: | ||
=== Published === | === Published === | ||
*[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | *[[Property SLCommonFilter.TSLBasicThreadedEnableFilter.Enabled|Enabled]] | ||
− | |||
− | |||
− | |||
== From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == | == From [[Class SLCommonFilter.TSLBasicThreadedFilter|TSLBasicThreadedFilter]] == |
Revision as of 20:29, 10 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: VLMinEnclosingCircles
Inherits: TVLBasicFit
Contents |
Syntax
Delphi:
type TVLMinEnclosingCircles = class( TVLBasicFit, IVLCircles, TVLOWCirclesSourcePin )
C++ Builder:
class TVLMinEnclosingCircles : public TVLBasicFit
Visual C++ (MFC):
class CTVLMinEnclosingCircles : public CTVLBasicFit
C# (.NET):
public ref class TVLMinEnclosingCircles : Mitov.VisionLab.BasicFit
Summary
Finds the smallest enclosing circles for polygons or contours.
Description
Use this component to find the smallest enclosing circles for polygons or contours.
Diagram:
Example:
Pins
- OutputPin - The circles data output pin of the component.
Events
- OnCircles - Occurs when the circles are calculated.
From TVLBasicFit
Properties
Published
- SynchronizeType - Specifies the type of thread buffer synchronization.
Pins
- InputPin - The contours Input Pin of the component.