Class VLProbableLines.TVLProbableLines

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''' TVLProbableLines = '''class'''( [[Class VLBasicHough.TVLBasicHoughLines|TVLBasicHoughLines]] )
+
'''type''' TVLProbableLines = '''class'''( [[Class VLBasicHough.TVLBasicHoughLines|TVLBasicHoughLines, IVLLineSegments, TVLOWLineSegmentsSourcePin]] )
 
</code>
 
</code>
 
=== C++ Builder: ===
 
=== C++ Builder: ===
Line 28: Line 28:
 
=== C# (.NET): ===
 
=== C# (.NET): ===
 
<code>
 
<code>
'''public ref class''' TVLProbableLines : [[Class VLBasicHough.TVLBasicHoughLines|Mitov.VisionLab.BasicHoughLines]]
+
'''public ref class''' ProbableLines : [[Class VLBasicHough.TVLBasicHoughLines|Mitov.VisionLab.BasicHoughLines]]
 
</code>
 
</code>
 
== Summary ==
 
== Summary ==
Line 38: Line 38:
 
lines in the image using Canny edge detection and Hough
 
lines in the image using Canny edge detection and Hough
 
transform.
 
transform.
 +
 +
 +
 +
<b>Diagram:</b>
 +
 +
[[Image:VLProbableLines_Preview.png]]
  
  
Line 65: Line 71:
 
*[[Property VLBasicHough.TVLBasicHoughLines.Threshold|Threshold]] - Threshold for the Hough transformation.  
 
*[[Property VLBasicHough.TVLBasicHoughLines.Threshold|Threshold]] - Threshold for the Hough transformation.  
 
*[[Property VLBasicHough.TVLBasicHoughLines.Resolution|Resolution]] - Resolution in pixels and angles in radians for the lines to be detected.  
 
*[[Property VLBasicHough.TVLBasicHoughLines.Resolution|Resolution]] - Resolution in pixels and angles in radians for the lines to be detected.  
 
=== Public ===
 
*[[Property VLBasicHough.TVLBasicHoughLines.CurrentImage|CurrentImage]] - The most current processed image.
 
  
 
== From [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent]] ==
 
== From [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent]] ==
Line 97: Line 100:
 
=== 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.

BIGVLProbableLines.gif VLProbableLines.gif NETVLProbableLines.gif

Package: VisionLabPkg

Unit: VLProbableLines

Inherits: TVLBasicHoughLines

Contents

Syntax

Delphi:

type TVLProbableLines = class( TVLBasicHoughLines, IVLLineSegments, TVLOWLineSegmentsSourcePin )

C++ Builder:

class TVLProbableLines : public TVLBasicHoughLines

Visual C++ (MFC):

class CTVLProbableLines : public CTVLBasicHoughLines

C# (.NET):

public ref class ProbableLines : Mitov.VisionLab.BasicHoughLines

Summary

Finds probable line segments in the image using Hough transform.

Description

Use this component to find probable line segments in the image using Canny edge detection and Hough transform.Finds lines in the image using Canny edge detection and Hough transform.


Diagram:

VLProbableLines Preview.png


Example:

SampleHoughLineSegments.png

Properties

Published

Pins

Events

From TVLBasicHoughLines

Properties

Published

From TVLQueueVisionComponent

Properties

Public

Pins

From TVLSyncSinkFilter

Properties

Published

From TVLSinkFilter

Pins

From TSLBasicThreadedEnableFilter

Properties

Published

From TSLBasicThreadedFilter

Properties

Published

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox