Property VLHOGDetectObjects.TVLHOGDetectObjectCollectionItem.ScaleFactor
From Mitov Wiki Doc
(Difference between revisions)
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
(3 intermediate revisions by one user not shown) |
Latest revision as of 00:11, 26 June 2013
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: TVLHOGDetectObjectCollectionItem
Contents |
Syntax
Delphi:
property ScaleFactor : Real read FScaleFactor write SetScaleFactor default 1.05;
C++ Builder:
__property double ScaleFactor = { read=FScaleFactor, write=SetScaleFactor, default=1.05 };
Summary
Specifies the HOG scale factor.
Description
Use this property to specify the HOG 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%.