Class VLBasicObjectDetector.TVLDetectedObjectDrawCollectionItem
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: VLBasicObjectDetector
Inherits: TLPNamedCollectionItem
Contents |
Syntax
Delphi:
type TVLDetectedObjectDrawCollectionItem = class( TLPNamedCollectionItem )
C++ Builder:
class TVLDetectedObjectDrawCollectionItem : public TLPNamedCollectionItem
Visual C++ (MFC):
class CTVLDetectedObjectDrawCollectionItem : public CTLPNamedCollectionItem
C# (.NET):
public ref class DetectedObjectDrawCollectionItem : Mitov.VisionLab.NamedCollectionItem
Summary
Specifies how the shape of Detected Haar objects will be drawn.
Description
Defines collection item that specifies how the shape of Detected Haar objects will be drawn.
Properties
Published
- Visible - Specifies if the detected item will be drawn.
- Pen - Specifies the pen to be used to draw the shape around the detected object.
- Brush - Specifies the brush to be used to draw the shape around the detected object.
- Shape - Specifies the shape to be used to draw around the detected object.
- ObjectLabel - Specifies the label to be drawn next to the detected object.