Class VLHaarDetectObjects.TVLHaarDetectObjectCollectionItem
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.
Package: VisionLabPkg
Unit: VLHaarDetectObjects
Inherits: TVLBasicDetectObjectCollectionItem
Contents |
Syntax
Delphi:
type TVLHaarDetectObjectCollectionItem = class( TVLBasicDetectObjectCollectionItem )
C++ Builder:
class TVLHaarDetectObjectCollectionItem : public TVLBasicDetectObjectCollectionItem
Visual C++ (MFC):
class CTVLHaarDetectObjectCollectionItem : public CTVLBasicDetectObjectCollectionItem
C# (.NET):
public ref class HaarDetectObjectCollectionItem : Mitov.VisionLab.BasicDetectObjectCollectionItem
Summary
Detectable object collection item.
Description
Defines detectable object collection item.
Properties
Published
- FileName - Specifies the file name of the Haar Classifier Cascade file.
- ObjectClasses - Collection of classes of sub objects to be detected.
- MinSize - Specifies the minimum window size
- Scaling - Specifies the Haar scaling mode.
- UseCanny - Specifies if Canny edge detector will be used to reject some image regions.
- FindBiggestObject - Specifies if only the biggest object will be detected.
- Searching - Specifies how the Haar searching will be performed.