NVIDIA DeepStream SDK API Reference4.0 Release |
Information for each object to be tracked.
Definition at line 153 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 156 of file nvdstracker.h.
uint16_t _NvMOTObjToTrack::classId |
Class of the object to be tracked.
Definition at line 155 of file nvdstracker.h.
float _NvMOTObjToTrack::confidence |
Detection confidence of the object.
Definition at line 157 of file nvdstracker.h.
bool _NvMOTObjToTrack::doTracking |
True: track this object.
False: do not initiate tracking on this object.
Definition at line 158 of file nvdstracker.h.
void* _NvMOTObjToTrack::pPreservedData |
Used for the client to keep track of any data associated with the object.
Definition at line 159 of file nvdstracker.h.