Class VLHoughLines.TVLHoughLines
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | ||
| Line 16: | Line 16: | ||
| === Delphi: === | === Delphi: === | ||
| <code> | <code> | ||
| − | '''type''' TVLHoughLines = '''class'''( [[Class VLBasicHough.TVLBasicHoughLines|TVLBasicHoughLines]] ) | + | '''type''' TVLHoughLines = '''class'''( [[Class VLBasicHough.TVLBasicHoughLines|TVLBasicHoughLines, IVLDistanceLines, TVLOWDistanceLinesSourcePin]] ) | 
| </code> | </code> | ||
| === C++ Builder: === | === C++ Builder: === | ||
| Line 36: | Line 36: | ||
| Use this component to find lines in the image using Canny | Use this component to find lines in the image using Canny | ||
| edge detection and Hough transform. | edge detection and Hough transform. | ||
| + | |||
| + | |||
| + | |||
| + | <b>Diagram:</b> | ||
| + | |||
| + | [[Image:VLHoughLines_Preview.png]] | ||
| Line 58: | Line 64: | ||
| *[[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.   | ||
| − | |||
| − | |||
| − | |||
| == From [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent]] == | == From [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent]] == | ||
| Line 90: | Line 93: | ||
| === 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: VLHoughLines
Inherits: TVLBasicHoughLines
Syntax
Delphi:
type TVLHoughLines = class( TVLBasicHoughLines, IVLDistanceLines, TVLOWDistanceLinesSourcePin )
C++ Builder:
class TVLHoughLines : public TVLBasicHoughLines
Visual C++ (MFC):
class CTVLHoughLines : public CTVLBasicHoughLines
C# (.NET):
public ref class TVLHoughLines : Mitov.VisionLab.BasicHoughLines
Summary
Finds lines in the image using Hough transform.
Description
Use this component to find lines in the image using Canny edge detection and Hough transform.
Diagram:
Example:
Pins
- OutputPin - The detected lines data output pin of the component.
- TransfromOutputPin - The Hough transformation matrix data pin.
Events
- OnLinesDetect - Occurs each time lines are detected.
From TVLBasicHoughLines
Properties
Published
- Canny - Canny operation parameters.
- Threshold - Threshold for the Hough transformation.
- Resolution - Resolution in pixels and angles in radians for the lines to be detected.
From TVLQueueVisionComponent
Properties
Public
- CurrentImage - The most current processed image.
Pins
- ImageOutputPin - The Video Output Pin of the filter.





