NVIDIA DeepStream SDK API Reference5.0 Release |
Holds information about each tracked object.
Definition at line 263 of file nvdstracker.h.
Data Fields | |
uint16_t | classId |
Holds the class ID of the object to be tracked. More... | |
uint64_t | trackingId |
Holds a unique ID for the object, assigned by the tracker. More... | |
NvMOTRect | bbox |
Holds the bounding box. More... | |
float | confidence |
Holds the tracking confidence of the object. More... | |
uint32_t | age |
Holds the track length in frames. More... | |
NvMOTObjToTrack * | associatedObjectIn |
Holds a pointer to the associated input object, if there is one. More... | |
uint8_t | reserved [128] |
uint32_t _NvMOTTrackedObj::age |
Holds the track length in frames.
Definition at line 274 of file nvdstracker.h.
NvMOTObjToTrack* _NvMOTTrackedObj::associatedObjectIn |
Holds a pointer to the associated input object, if there is one.
Definition at line 276 of file nvdstracker.h.
NvMOTRect _NvMOTTrackedObj::bbox |
Holds the bounding box.
Definition at line 270 of file nvdstracker.h.
uint16_t _NvMOTTrackedObj::classId |
Holds the class ID of the object to be tracked.
Definition at line 266 of file nvdstracker.h.
float _NvMOTTrackedObj::confidence |
Holds the tracking confidence of the object.
Definition at line 272 of file nvdstracker.h.
uint8_t _NvMOTTrackedObj::reserved[128] |
Definition at line 277 of file nvdstracker.h.
uint64_t _NvMOTTrackedObj::trackingId |
Holds a unique ID for the object, assigned by the tracker.
Definition at line 268 of file nvdstracker.h.