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

Stores the information about a detected user. More...

Properties

int ID [get, set]
 Get the ID. More...
 
Vector3 Proj [get, set]
 Get the projective coordinates of the center of mass. More...
 
Vector3 Real [get, set]
 Get the real coordinates of the center of mass. More...
 
BoundingBox Box [get, set]
 Get the projective relative bounding box of a user. More...
 
float Occlusion [get, set]
 Occlusion rate in the range of [0;1].
 

Detailed Description

Stores the information about a detected user.

Property Documentation

BoundingBox nuitrack.User.Box
getset

Get the projective relative bounding box of a user.

Returns
Bounding box (4 floats from 0.0 to 1.0).
int nuitrack.User.ID
getset

Get the ID.

Returns
The ID.
Vector3 nuitrack.User.Proj
getset

Get the projective coordinates of the center of mass.

Returns
The projective coordinates.
Vector3 nuitrack.User.Real
getset

Get the real coordinates of the center of mass.

The real coordinates.

Get the real coordinates of the center of mass.

Returns
The real coordinates.