|
nx_metadata_sdk
1.0
Metadata SDK
|
#include <i_object_track_best_shot_packet.h>
Public Member Functions | |
| virtual int64_t | timestampUs () const override=0 |
| Uuid | trackId () const |
| Rect | boundingBox () const |
Public Member Functions inherited from nx::sdk::Interface< IObjectTrackBestShotPacket, IMetadataPacket > | |
| 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< IObjectTrackBestShotPacket, IMetadataPacket > | |
| virtual IRefCountable * | queryInterface (const IRefCountable::InterfaceId *id) override |
| IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
Packet containing information about object track best shot.
|
protectedpure virtual |
Bounding box of the best shot. If the rectangle returned by this method is invalid then a bounding box from the frame with the timestamp equal to the timestampUs() will be used.
|
protectedpure virtual |
Id of the track the best shot belongs to.
|
overridepure virtual |
Timestamp of the frame (in microseconds) the best shot belongs to. Should be a non-negative number.
1.8.14