Property VLHaarDetectObjects.TVLHaarScaling.ScaleFactor
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: TVLHaarScaling
Contents |
Syntax
Delphi:
property ScaleFactor : Real read FScaleFactor write SetScaleFactor default 1.1;
C++ Builder:
__property double ScaleFactor = { read=FScaleFactor, write=SetScaleFactor, default=1.1 };
Summary
Specifies the Haar scale factor.
Description
Use this property to specify the Haar scale factor.
This is the factor by which the search window is scaled between the subsequent scans, for example, 1.1 means increasing window by 10%.