NVIDIA DeepStream SDK API Reference5.0 Release |
Holds information about an object to be tracked.
NvMOT creates an instance of this structure for each tracked object.
Definition at line 194 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 199 of file nvdstracker.h.
uint16_t _NvMOTObjToTrack::classId |
Holds the class of the object.
Definition at line 197 of file nvdstracker.h.
float _NvMOTObjToTrack::confidence |
Holds the detection confidence of the object.
Definition at line 201 of file nvdstracker.h.
bool _NvMOTObjToTrack::doTracking |
Holds a Boolean which is true if NvMOT is to track this object.
Definition at line 203 of file nvdstracker.h.
void* _NvMOTObjToTrack::pPreservedData |
Holds a pointer to client data associated with the object.
Definition at line 205 of file nvdstracker.h.