NVIDIA DeepStream SDK API Reference

6.4 Release
NvDsJoint Struct Reference

Detailed Description

Holds a joint's position and confidence.

Definition at line 239 of file nvdsmeta_schema.h.

Data Fields

float x
 Holds the joint x position in pixels. More...
 
float y
 Holds the joint y position in pixels. More...
 
float z
 Holds the joint z position in pixels. More...
 
float confidence
 Holds the confidence of the joint. More...
 

Field Documentation

◆ confidence

float NvDsJoint::confidence

Holds the confidence of the joint.

Definition at line 243 of file nvdsmeta_schema.h.

◆ x

float NvDsJoint::x

Holds the joint x position in pixels.

Definition at line 240 of file nvdsmeta_schema.h.

◆ y

float NvDsJoint::y

Holds the joint y position in pixels.

Definition at line 241 of file nvdsmeta_schema.h.

◆ z

float NvDsJoint::z

Holds the joint z position in pixels.

Definition at line 242 of file nvdsmeta_schema.h.


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