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

Stores the joint data. More...

Properties

JointType Type [get, set]
 Get the joint type. More...
 
float Confidence [get, set]
 Get the confidence in joint identification. More...
 
Vector3 Real [get, set]
 Get the real world coordinates of joint position. More...
 
Vector3 Proj [get, set]
 Get the normalized projective coordinates of joint position. More...
 
Orientation Orient [get, set]
 Get the joint orientation. More...
 

Detailed Description

Stores the joint data.

Property Documentation

float nuitrack.Joint.Confidence
getset

Get the confidence in joint identification.

Returns
Confidence value from 0.0 to 1.0. Larger value means greater confidence.
Orientation nuitrack.Joint.Orient
getset

Get the joint orientation.

Returns
The joint orientation.
Vector3 nuitrack.Joint.Proj
getset

Get the normalized projective coordinates of joint position.

Returns
The normalized projective coordinates of joint position (x, y from 0.0 to 1.0, z is real).
Vector3 nuitrack.Joint.Real
getset

Get the real world coordinates of joint position.

Returns
The real world coordinates of joint position.
JointType nuitrack.Joint.Type
getset

Get the joint type.

Returns
The joint type.