Nuitrack  1.11.2
3D Skeleton Tracking Middleware
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Events Groups Pages
tdv::nuitrack::Joint Struct Reference

Stores the joint data. More...

#include <Skeleton.h>

Public Attributes

JointType type
 Joint type.
 
float confidence
 Joint confidence from 0.0 to 1.0. Larger value means more confident joint.
 
Vector3 real
 Joint position in real world coordinates.
 
Vector3 proj
 Joint position in normalized projective coordinates (x, y from 0.0 to 1.0, z is real).
 
Orientation orient
 Joint orientation.
 

Detailed Description

Stores the joint data.