Class VLBasicHough.TVLBasicHoughLines
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 14: | Line 14: | ||
=== Delphi: === | === Delphi: === | ||
<code> | <code> | ||
− | '''type''' TVLBasicHoughLines = '''class'''( [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent]] ) | + | '''type''' TVLBasicHoughLines = '''class'''( [[Class VLVisionStreamTypes.TVLQueueVisionComponent|TVLQueueVisionComponent, T_QUEUE, T_OUT_PIN]] ) |
</code> | </code> | ||
=== C++ Builder: === | === C++ Builder: === | ||
Line 40: | Line 40: | ||
*[[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 72: | Line 69: | ||
=== 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: VLBasicHough
Inherits: TVLQueueVisionComponent
Contents |
Syntax
Delphi:
type TVLBasicHoughLines = class( TVLQueueVisionComponent, T_QUEUE, T_OUT_PIN )
C++ Builder:
class TVLBasicHoughLines : public TVLQueueVisionComponent
Visual C++ (MFC):
class CTVLBasicHoughLines : public CTVLQueueVisionComponent
C# (.NET):
public ref class TVLBasicHoughLines : Mitov.VisionLab.QueueVisionComponent
Summary
Base abstract class for Hough Lines detection components.
Description
Abstract base class for Hough Lines detection components.
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.