Property VLBasicObjectDetector.TVLDrawDetectedObjectsLayer.ObjectShapes
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: TVLDrawDetectedObjectsLayer
Contents |
Syntax
Delphi:
property ObjectShapes : TVLDetectedObjectDrawCollection read FObjectShapes write SetObjectShapes;
C++ Builder:
__property TVLDetectedObjectDrawCollection * ObjectShapes = { read=FObjectShapes, write=SetObjectShapes };
Summary
Collection of object shapes associated with the detected objects.
Description
Add shapes to this collection to use them to draw the
detected objects. The shapes with names matching the names of
the objects will be used to draw the detected objects.
The first shape with an empty name is considered default, and will be used to draw any object that does not have matching shape.