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

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].
 

Detailed Description

Stores information about a detected user.

Member Data Documentation

BoundingBox tdv::nuitrack::User::box

Bounding box.

Face positions are given in normalized floating-point coordinates in range [0;1].