Nuitrack
1.11.2
3D Skeleton Tracking Middleware
|
Stores information about a detected user. More...
#include <User.h>
Public Attributes | |
int | id |
User identifier. | |
Vector3 | proj |
Center of mass in projective coordinates. | |
Vector3 | real |
Center of mass in real coordinates. | |
BoundingBox | box |
Bounding box. More... | |
float | occlusion |
Occlusion rate in range [0;1]. | |
Stores information about a detected user.
BoundingBox tdv::nuitrack::User::box |
Bounding box.
Face positions are given in normalized floating-point coordinates in range [0;1].