Holds information about an object to be tracked.
NvMOT creates an instance of this structure for each tracked object.
Definition at line 219 of file nvdstracker.h.
Data Fields | |
NvMOTClassId | 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 224 of file nvdstracker.h.
NvMOTClassId _NvMOTObjToTrack::classId |
Holds the class of the object.
Definition at line 222 of file nvdstracker.h.
float _NvMOTObjToTrack::confidence |
Holds the detection confidence of the object.
Definition at line 226 of file nvdstracker.h.
bool _NvMOTObjToTrack::doTracking |
Holds a Boolean which is true if NvMOT is to track this object.
Definition at line 228 of file nvdstracker.h.
void* _NvMOTObjToTrack::pPreservedData |
Holds a pointer to client data associated with the object.
Definition at line 230 of file nvdstracker.h.