![]() |
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Information for each object to be tracked.
Definition at line 141 of file nvdstracker.h.
Data Fields | |
uint16_t | classId |
Class of the object to be tracked. More... | |
NvMOTRect | bbox |
Bounding box. More... | |
float | confidence |
Detection confidence of the object. More... | |
bool | doTracking |
True: track this object. More... | |
void * | pPreservedData |
Used for the client to keep track of any data associated with the object. More... | |
NvMOTRect _NvMOTObjToTrack::bbox |
Bounding box.
Definition at line 144 of file nvdstracker.h.
uint16_t _NvMOTObjToTrack::classId |
Class of the object to be tracked.
Definition at line 143 of file nvdstracker.h.
float _NvMOTObjToTrack::confidence |
Detection confidence of the object.
Definition at line 145 of file nvdstracker.h.
bool _NvMOTObjToTrack::doTracking |
True: track this object.
False: do not initiate tracking on this object.
Definition at line 146 of file nvdstracker.h.
void* _NvMOTObjToTrack::pPreservedData |
Used for the client to keep track of any data associated with the object.
Definition at line 147 of file nvdstracker.h.