|
nx_metadata_sdk
1.0
Metadata SDK
|
#include <i_object_metadata.h>
Public Member Functions | |
| Uuid | trackId () const |
| virtual const char * | subtype () const =0 |
| Rect | boundingBox () const |
Public Member Functions inherited from nx::sdk::Interface< IObjectMetadata, IMetadata0 > | |
| virtual IRefCountable * | queryInterface (const InterfaceId *id) |
| Ptr< Interface > | queryInterface () |
| Ptr< const Interface > | queryInterface () const |
Static Public Member Functions | |
| static auto | interfaceId () |
Protected Member Functions | |
| virtual void | getTrackId (Uuid *outValue) const =0 |
| virtual void | getBoundingBox (Rect *outValue) const =0 |
Protected Member Functions inherited from nx::sdk::Interface< IObjectMetadata, IMetadata0 > | |
| virtual IRefCountable * | queryInterface (const IRefCountable::InterfaceId *id) override |
| IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
A single object detected on the scene on a particular video frame, defined as a bounding box.
|
inline |
|
protectedpure virtual |
Called by boundingBox()
|
protectedpure virtual |
Called by trackId()
|
pure virtual |
|
inline |
1.8.14