Azure Kinect Body Tracking SDK
0.9.5
|
Structure to define a single joint. More...
#include <k4abttypes.h>
Data Fields | |
k4a_float3_t | position |
The position of the joint specified in millimeters. | |
k4a_quaternion_t | orientation |
The orientation of the joint specified in normalized quaternion. | |
k4abt_joint_confidence_level_t | confidence_level |
The confidence level of the joint. | |
Structure to define a single joint.
The position and orientation together defines the coordinate system for the given joint. They are defined relative to the sensor global coordinate system.