NVIDIA DeepStream SDK API Reference6.0 Release |
Holds information about an object to be tracked.
NvMOT creates an instance of this structure for each tracked object.
Definition at line 211 of file nvdstracker.h.
Data Fields | |
uint16_t | classId |
Holds the class of the object. More... | |
NvMOTRect | bbox |
Holds the bounding box of the object. More... | |
float | confidence |
Holds the detection confidence of the object. More... | |
bool | doTracking |
Holds a Boolean which is true if NvMOT is to track this object. More... | |
void * | pPreservedData |
Holds a pointer to client data associated with the object. More... | |
NvMOTRect _NvMOTObjToTrack::bbox |
Holds the bounding box of the object.
Definition at line 216 of file nvdstracker.h.
uint16_t _NvMOTObjToTrack::classId |
Holds the class of the object.
Definition at line 214 of file nvdstracker.h.
float _NvMOTObjToTrack::confidence |
Holds the detection confidence of the object.
Definition at line 218 of file nvdstracker.h.
bool _NvMOTObjToTrack::doTracking |
Holds a Boolean which is true if NvMOT is to track this object.
Definition at line 220 of file nvdstracker.h.
void* _NvMOTObjToTrack::pPreservedData |
Holds a pointer to client data associated with the object.
Definition at line 222 of file nvdstracker.h.