|
|
NVIDIA DeepStream SDK API Reference4.0 Release |
Information for each tracked object.
Definition at line 197 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 203 of file nvdstracker.h.
| NvMOTObjToTrack* _NvMOTTrackedObj::associatedObjectIn |
The associated input object if there is one.
Definition at line 204 of file nvdstracker.h.
| NvMOTRect _NvMOTTrackedObj::bbox |
Bounding box.
Definition at line 201 of file nvdstracker.h.
| uint16_t _NvMOTTrackedObj::classId |
Class of the object to be tracked.
Definition at line 199 of file nvdstracker.h.
| float _NvMOTTrackedObj::confidence |
Tracking confidence of the object.
Definition at line 202 of file nvdstracker.h.
| uint8_t _NvMOTTrackedObj::reserved[128] |
Definition at line 205 of file nvdstracker.h.
| uint64_t _NvMOTTrackedObj::trackingId |
Unique ID for the object as assigned by the tracker.
Definition at line 200 of file nvdstracker.h.