Class VLBasicHough.TVLBasicHoughLines
From Mitov Wiki Doc
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 BasicHoughLines : 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.