stub_analytics_plugin
1.6
Network Optix Video Analytics SDK
|
#include <i_object_metadata.h>
Classes | |
struct | Rect |
Public Member Functions | |
virtual Uuid | id () const =0 |
virtual const char * | subtype () const =0 |
virtual const IAttribute * | attribute (int index) const =0 |
virtual int | attributeCount () const =0 |
virtual const char * | auxiliaryData () const =0 |
virtual Rect | boundingBox () const =0 |
![]() | |
virtual IRefCountable * | queryInterface (IRefCountable::InterfaceId id) override |
virtual IRefCountable * | queryInterface (InterfaceId id) |
const IRefCountable * | queryInterface (InterfaceId id) const |
Interface * | queryInterface () |
const Interface * | queryInterface () const |
Static Public Member Functions | |
static auto | interfaceId () |
Additional Inherited Members | |
![]() | |
IRefCountable * | queryInterfaceSupportingDeprecatedId (IRefCountable::InterfaceId id, const Uuid &deprecatedInterfaceId) |
A single object detected on the scene.
|
pure virtual |
Provides values of so-called Object Attributes - typically, some object properties (e.g. age or color), represented as a name-value map.
index | 0-based index of the attribute. |
|
pure virtual |
|
pure virtual |
Arbitrary data (in json format) associated with the object.
|
pure virtual |
|
pure virtual |
Id of the object. If the object (e.g. a particular person) is detected on multiple frames, this parameter should be the same each time.
|
pure virtual |