NVIDIA DeepStream SDK API Reference

8.0 Release
NvDs3DTracking Struct Reference

Detailed Description

Holds Single View 3D Tracking metadata.

Definition at line 318 of file sources/includes/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 327 of file sources/includes/nvdsmeta_schema.h.

◆ convexHull

NvDsConvexHull NvDs3DTracking::convexHull

Holds the object's convex hull information.

Definition at line 326 of file sources/includes/nvdsmeta_schema.h.

◆ ptImgFeet

gfloat NvDs3DTracking::ptImgFeet

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

Definition at line 322 of file sources/includes/nvdsmeta_schema.h.

◆ ptWorldFeet

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.

◆ visibility

gfloat NvDs3DTracking::visibility

Holds the object's visibility.

Definition at line 324 of file sources/includes/nvdsmeta_schema.h.


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