Class VLHoughLines.TVLHoughLines
From Mitov Wiki Doc
				
				
				(Difference between revisions)
				
																
				
				
								
				|  (Automated Syncronization with Documentation) |  (Automated Syncronization with Documentation) | ||
| (5 intermediate revisions by one user not shown) | |||
| Line 28: | Line 28: | ||
| === C# (.NET): === | === C# (.NET): === | ||
| <code> | <code> | ||
| − | '''public ref class'''  | + | '''public ref class''' HoughLines : [[Class VLBasicHough.TVLBasicHoughLines|Mitov.VisionLab.BasicHoughLines]] | 
| </code> | </code> | ||
| == Summary == | == Summary == | ||
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.
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 HoughLines : 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.





