NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsJoints Struct Reference

Detailed Description

Holds a body pose's joint points.

Definition at line 249 of file nvdsmeta_schema.h.

Collaboration diagram for NvDsJoints:

Data Fields

NvDsJointjoints
 Holds the joints of the person. More...
 
int num_joints
 Holds the number of joints. More...
 
int pose_type
 Holds the type of pose 0 - 2D, 1 - 3D , integer to support 2.5D in future. More...
 

Field Documentation

◆ joints

NvDsJoint* NvDsJoints::joints

Holds the joints of the person.

Definition at line 250 of file nvdsmeta_schema.h.

◆ num_joints

int NvDsJoints::num_joints

Holds the number of joints.

Definition at line 251 of file nvdsmeta_schema.h.

◆ pose_type

int NvDsJoints::pose_type

Holds the type of pose 0 - 2D, 1 - 3D , integer to support 2.5D in future.

Definition at line 252 of file nvdsmeta_schema.h.


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