Class VLBasicObjectDetector.TVLDetectedObjectDrawCollectionItem
(Automated Syncronization with Documentation) |
(Automated Syncronization with Documentation) |
||
Line 50: | Line 50: | ||
=== Published === | === Published === | ||
*[[Property LPComponent.TLPNamedCollectionItem.Name|Name]] | *[[Property LPComponent.TLPNamedCollectionItem.Name|Name]] | ||
+ | |||
+ | == From [[Class LPComponent.TLPCollectionItem|TLPCollectionItem]] == | ||
+ | |||
+ | == Methods == | ||
+ | |||
+ | === Public === | ||
+ | *[[Method function LPComponent.TLPCollectionItem.QueryInterface(TGUID;TLPCollectionItem) : HResult|function QueryInterface(IID : TGUID; Obj : TLPCollectionItem) : HResult]] | ||
[[Category:Classes]] | [[Category:Classes]] |
Revision as of 20:29, 10 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.
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 TVLDetectedObjectDrawCollectionItem : 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.