NVIDIA DeepStream SDK API Reference

8.0 Release
NvDs3DTracking Struct Reference

Detailed Description

Holds Single View 3D Tracking metadata.

Definition at line 317 of file nvdsmeta_schema.h.

Collaboration diagram for NvDs3DTracking:

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
 

Field Documentation

◆ bbox3d

NvDsBbox3dObject NvDs3DTracking::bbox3d

Definition at line 326 of file nvdsmeta_schema.h.

◆ convexHull

NvDsConvexHull NvDs3DTracking::convexHull

Holds the object's convex hull information.

Definition at line 325 of file nvdsmeta_schema.h.

◆ ptImgFeet

gfloat NvDs3DTracking::ptImgFeet[2]

Holds the object's estimated foot location in frame coordinates.

Definition at line 321 of file nvdsmeta_schema.h.

◆ ptWorldFeet

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.

◆ visibility

gfloat NvDs3DTracking::visibility

Holds the object's visibility.

Definition at line 323 of file nvdsmeta_schema.h.


The documentation for this struct was generated from the following file: