_NvMOTObjToTrack¶
-
struct
_NvMOTObjToTrack¶ Holds information about an object to be tracked.
NvMOT creates an instance of this structure for each tracked object.
Public Members
-
uint16_t
classId¶ Holds the class of the object.
-
NvMOTRect
bbox¶ Holds the bounding box of the object.
-
float
confidence¶ Holds the detection confidence of the object.
-
bool
doTracking¶ Holds a Boolean which is true if NvMOT is to track this object.
-
void *
pPreservedData¶ Holds a pointer to client data associated with the object.
-
uint16_t