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

This module provides access to user tracking capabilities. More...

Classes

class  nuitrack.UserFrame
 Represents a user map with the information about the floor. More...
 
class  nuitrack.UserTracker
 Represents the interface to the capabilities of the Nuitrack User Tracker module. More...
 
struct  nuitrack.BoundingBox
 Stores a bounding box properties. More...
 
struct  nuitrack.User
 Stores the information about a detected user. More...
 

Detailed Description

This module provides access to user tracking capabilities.

The main class of this module is UserTracker. It contains functions for retrieving the results of module work.

The purpose of the Nuitrack User Tracker module is to detect users. The maximum number of users that can be detected is 6. The results of the module work are represented as UserFrame. It stores a map of correspondence of the frame pixels to the detected users, along with additional information about the detected users and information about the floor. The additional information about a detected user is presented in the form of the User struct.