Holds Single View 3D Tracking metadata.
Definition at line 318 of file sources/includes/nvdsmeta_schema.h.
Data Fields | |
| gfloat | ptWorldFeet [2] |
| Holds the object's estimated foot location in 2D coordinates on the estimated world ground. More... | |
| gfloat | ptImgFeet [2] |
| Holds the object's estimated foot location in frame coordinates. More... | |
| gfloat | visibility |
| Holds the object's visibility. More... | |
| NvDsConvexHull | convexHull |
| Holds the object's convex hull information. More... | |
| NvDsBbox3dObject | bbox3d |
| NvDsBbox3dObject NvDs3DTracking::bbox3d |
Definition at line 327 of file sources/includes/nvdsmeta_schema.h.
| NvDsConvexHull NvDs3DTracking::convexHull |
Holds the object's convex hull information.
Definition at line 326 of file sources/includes/nvdsmeta_schema.h.
| gfloat NvDs3DTracking::ptImgFeet |
Holds the object's estimated foot location in frame coordinates.
Definition at line 322 of file sources/includes/nvdsmeta_schema.h.
| gfloat NvDs3DTracking::ptWorldFeet |
Holds the object's estimated foot location in 2D coordinates on the estimated world ground.
Definition at line 320 of file sources/includes/nvdsmeta_schema.h.
| gfloat NvDs3DTracking::visibility |
Holds the object's visibility.
Definition at line 324 of file sources/includes/nvdsmeta_schema.h.