Nuitrack
1.11.2
3D Skeleton Tracking Middleware
|
Stores the results of estimation of the state of gestures for every tracked user. More...
#include <GestureData.h>
Inherits tdv::nuitrack::ObjectData< UserGesturesStateData >.
Public Member Functions | |
UserGesturesStateData (GestureRecognizerUserGesturesStateData *pimpl) | |
int | getNumUsers () const |
Returns the number of tracked users. | |
uint64_t | getTimestamp () const |
Returns the data timestamp in microseconds. More... | |
const std::vector < UserGesturesState > | getUserGesturesStates () const |
Returns information about the gestures of the tracked users. More... | |
Additional Inherited Members | |
Public Types inherited from tdv::nuitrack::ObjectData< UserGesturesStateData > | |
typedef std::shared_ptr < UserGesturesStateData > | Ptr |
Public Types inherited from tdv::nuitrack::BaseObjectData | |
typedef std::shared_ptr < BaseObjectData > | Ptr |
Stores the results of estimation of the state of gestures for every tracked user.
|
inline |
|
inlinevirtual |
Returns the data timestamp in microseconds.
The timestamp characterizes the time point to which the gesture state data corresponds.
Implements tdv::nuitrack::BaseObjectData.
|
inline |
Returns information about the gestures of the tracked users.