Property VLHoughCircles.TVLHoughThreshold.Accumulator
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: TVLHoughThreshold
Contents |
Syntax
Delphi:
property Accumulator : Real read FAccumulator write SetAccumulator default 100;
C++ Builder:
__property double Accumulator = { read=FAccumulator, write=SetAccumulator, default=100 };
Summary
Threshold accumulator at the center detection stage
Description
Specifies the accumulator threshold at the center detection
stage. The smaller it is, the more false circles may be
detected. Circles,
corresponding to the larger accumulator values, will be returned first.