Holds information about each tracked object.
Definition at line 296 of file nvdstracker.h.

Data Fields | |
| NvMOTClassId | 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... | |
| NvDsObjReid | reid |
| Each target’s reid vector information. More... | |
| float | visibility |
| Object visibility. More... | |
| float | ptImgFeet [2] |
| Foot location in frame coordinates. More... | |
| float | ptWorldFeet [2] |
| Foot location in 3D coordinates. More... | |
| NvDsObjConvexHull | convexHull |
| Convex hull information projected on frame. More... | |
| NvMOTMask | mask |
| Each object's segmentation mask. More... | |
| NvDsObj3DBbox | bbox3DWorld |
| 3D bbox in world co-ordinates. More... | |
| float | bbox3DImg [8][2] |
| 3D bbox in frame co-ordinates. More... | |
| uint8_t | reserved [128] |
| Reserved custom data field. More... | |
| uint32_t _NvMOTTrackedObj::age |
Holds the track length in frames.
Definition at line 307 of file nvdstracker.h.
| NvMOTObjToTrack* _NvMOTTrackedObj::associatedObjectIn |
Holds a pointer to the associated input object, if there is one.
Definition at line 309 of file nvdstracker.h.
| NvMOTRect _NvMOTTrackedObj::bbox |
Holds the bounding box.
Definition at line 303 of file nvdstracker.h.
| float _NvMOTTrackedObj::bbox3DImg[8][2] |
| NvDsObj3DBbox _NvMOTTrackedObj::bbox3DWorld |
3D bbox in world co-ordinates.
Definition at line 323 of file nvdstracker.h.
| NvMOTClassId _NvMOTTrackedObj::classId |
Holds the class ID of the object to be tracked.
Definition at line 299 of file nvdstracker.h.
| float _NvMOTTrackedObj::confidence |
Holds the tracking confidence of the object.
Definition at line 305 of file nvdstracker.h.
| NvDsObjConvexHull _NvMOTTrackedObj::convexHull |
Convex hull information projected on frame.
Definition at line 319 of file nvdstracker.h.
| NvMOTMask _NvMOTTrackedObj::mask |
Each object's segmentation mask.
Definition at line 321 of file nvdstracker.h.
| float _NvMOTTrackedObj::ptImgFeet[2] |
Foot location in frame coordinates.
Definition at line 315 of file nvdstracker.h.
| float _NvMOTTrackedObj::ptWorldFeet[2] |
Foot location in 3D coordinates.
Definition at line 317 of file nvdstracker.h.
| NvDsObjReid _NvMOTTrackedObj::reid |
Each target’s reid vector information.
Definition at line 311 of file nvdstracker.h.
| uint8_t _NvMOTTrackedObj::reserved[128] |
Reserved custom data field.
Definition at line 328 of file nvdstracker.h.
| uint64_t _NvMOTTrackedObj::trackingId |
Holds a unique ID for the object, assigned by the tracker.
Definition at line 301 of file nvdstracker.h.
| float _NvMOTTrackedObj::visibility |
Object visibility.
Definition at line 313 of file nvdstracker.h.