![]() |
NVIDIA DeepStream SDK API Reference4.0.2 Release |
Information for each tracked object.
Definition at line 185 of file nvdstracker.h.
Data Fields | |
uint16_t | classId |
Class of the object to be tracked. More... | |
uint64_t | trackingId |
Unique ID for the object as assigned by the tracker. More... | |
NvMOTRect | bbox |
Bounding box. More... | |
float | confidence |
Tracking confidence of the object. More... | |
uint32_t | age |
Track length in frames. More... | |
NvMOTObjToTrack * | associatedObjectIn |
The associated input object if there is one. More... | |
uint8_t | reserved [128] |
uint32_t _NvMOTTrackedObj::age |
Track length in frames.
Definition at line 191 of file nvdstracker.h.
NvMOTObjToTrack* _NvMOTTrackedObj::associatedObjectIn |
The associated input object if there is one.
Definition at line 192 of file nvdstracker.h.
NvMOTRect _NvMOTTrackedObj::bbox |
Bounding box.
Definition at line 189 of file nvdstracker.h.
uint16_t _NvMOTTrackedObj::classId |
Class of the object to be tracked.
Definition at line 187 of file nvdstracker.h.
float _NvMOTTrackedObj::confidence |
Tracking confidence of the object.
Definition at line 190 of file nvdstracker.h.
uint8_t _NvMOTTrackedObj::reserved[128] |
Definition at line 193 of file nvdstracker.h.
uint64_t _NvMOTTrackedObj::trackingId |
Unique ID for the object as assigned by the tracker.
Definition at line 188 of file nvdstracker.h.