Holds Single View 3D Tracking metadata.
Definition at line 317 of file 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 326 of file nvdsmeta_schema.h.
NvDsConvexHull NvDs3DTracking::convexHull |
Holds the object's convex hull information.
Definition at line 325 of file nvdsmeta_schema.h.
gfloat NvDs3DTracking::ptImgFeet[2] |
Holds the object's estimated foot location in frame coordinates.
Definition at line 321 of file nvdsmeta_schema.h.
gfloat NvDs3DTracking::ptWorldFeet[2] |
Holds the object's estimated foot location in 2D coordinates on the estimated world ground.
Definition at line 319 of file nvdsmeta_schema.h.
gfloat NvDs3DTracking::visibility |
Holds the object's visibility.
Definition at line 323 of file nvdsmeta_schema.h.