Property VLBasicHough.TVLBasicHoughLines.Resolution
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.
Class: TVLBasicHoughLines
Contents |
Syntax
Delphi:
property Resolution : TVLHoughResolution read FResolution write SetResolution;
C++ Builder:
__property TVLHoughResolution * Resolution = { read=FResolution, write=SetResolution };
Summary
Resolution in pixels and angles in radians for the lines to be detected.
Description
Use this property to specify the resolution in pixels and
angles in radians for the lines to be detected.