Property VLHoughCircles.TVLHoughCircles.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: TVLHoughCircles
Contents |
Syntax
Delphi:
property Resolution : Real read FResolution write SetResolution default 2;
C++ Builder:
__property double Resolution = { read=FResolution, write=SetResolution, default=2 };
Summary
Resolution of the accumulator used to detect centers of the circles.
Description
Use this property to set the resolution of the accumulator
used to detect centers of the circles. For example, if it is
1, the accumulator will have the same resolution as the input
image, if it is 2 - accumulator will have twice smaller width
and height, etc.