Class VLFitLines.TVLFitLines
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 16: | Line 16: | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TVLFitLines = '''class'''( [[Class VLBasicFit.TVLBasicFit|TVLBasicFit]] ) | + | '''type''' TVLFitLines = '''class'''( [[Class VLBasicFit.TVLBasicFit|TVLBasicFit, IVLNormalizedLines, TVLOWNormalizedLinesSourcePin]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
Line 35: | Line 35: | ||
== Description == | == Description == | ||
Use this component to fit lines to polygons or contours. | Use this component to fit lines to polygons or contours. | ||
+ | |||
+ | |||
+ | |||
+ | <b>Diagram:</b> | ||
+ | |||
+ | [[Image:VLFitLines_Preview.png]] | ||
Line 70: | Line 76: | ||
=== 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: VLFitLines
Inherits: TVLBasicFit
Contents |
Syntax
Delphi:
type TVLFitLines = class( TVLBasicFit, IVLNormalizedLines, TVLOWNormalizedLinesSourcePin )
C++ Builder:
class TVLFitLines : public TVLBasicFit
Visual C++ (MFC):
class CTVLFitLines : public CTVLBasicFit
C# (.NET):
public ref class TVLFitLines : Mitov.VisionLab.BasicFit
Summary
Fits lines to polygons or contours.
Description
Use this component to fit lines to polygons or contours.
Diagram:
Example:
Properties
Published
- Distance - Specifies the desired distance settings for the fitting.
- Accuracy - Specifies the desired accuracy settings for the fitting.
Pins
- OutputPin - The lines data output pin of the component.
Events
- OnLines - Occurs when the lines are fitted.
From TVLBasicFit
Properties
Published
- SynchronizeType - Specifies the type of thread buffer synchronization.
Pins
- InputPin - The contours Input Pin of the component.