_NvMOTTrackedObj¶
-
struct
_NvMOTTrackedObj
¶ Holds information about each tracked object.
Public Members
-
uint16_t
classId
¶ Holds the class ID of the object to be tracked.
-
uint64_t
trackingId
¶ Holds a unique ID for the object, assigned by the tracker.
-
NvMOTRect
bbox
¶ Holds the bounding box.
-
float
confidence
¶ Holds the tracking confidence of the object.
-
uint32_t
age
¶ Holds the track length in frames.
-
NvMOTObjToTrack *
associatedObjectIn
¶ Holds a pointer to the associated input object, if there is one.
-
uint16_t