NVIDIA DeepStream SDK API Reference

6.4 Release
NvDs3DTracking Struct Reference

Detailed Description

Holds Single View 3D Tracking metadata.

Definition at line 285 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...
 

Field Documentation

◆ convexHull

NvDsConvexHull NvDs3DTracking::convexHull

Holds the object's convex hull information.

Definition at line 293 of file nvdsmeta_schema.h.

◆ ptImgFeet

gfloat NvDs3DTracking::ptImgFeet[2]

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

Definition at line 289 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 287 of file nvdsmeta_schema.h.

◆ visibility

gfloat NvDs3DTracking::visibility

Holds the object's visibility.

Definition at line 291 of file nvdsmeta_schema.h.


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