Property VLHaarDetectObjects.TVLHaarDetectObjectCollectionItem.FindBiggestObject
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: TVLHaarDetectObjectCollectionItem
Contents |
Syntax
Delphi:
property FindBiggestObject : Boolean read FFindBiggestObject write SetFindBiggestObject default False;
C++ Builder:
__property bool FindBiggestObject = { read=FFindBiggestObject, write=SetFindBiggestObject, default=False };
Summary
Specifies if only the biggest object will be detected.
Description
Use this property to specify if only the biggest object will
be detected.
If it is set, the function finds the largest object (if any) in the image. That is, the output sequence will contain one (or zero) element(s).