Nuitrack
1.11.2
3D Skeleton Tracking Middleware
|
Stores the results of gesture estimation. More...
#include <GestureData.h>
Inherits tdv::nuitrack::ObjectData< GestureData >.
Public Member Functions | |
GestureData (GestureRecognizerData *pimpl) | |
uint64_t | getTimestamp () const |
Returns the data timestamp in microseconds. More... | |
int | getNumGestures () const |
Returns the number of gestures detected. | |
const std::vector< Gesture > | getGestures () const |
Returns descriptions of detected gestures. More... | |
Additional Inherited Members | |
Public Types inherited from tdv::nuitrack::ObjectData< GestureData > | |
typedef std::shared_ptr < GestureData > | Ptr |
Public Types inherited from tdv::nuitrack::BaseObjectData | |
typedef std::shared_ptr < BaseObjectData > | Ptr |
Stores the results of gesture estimation.
|
inline |
|
inline |
|
inlinevirtual |
Returns the data timestamp in microseconds.
The timestamp characterizes the time point to which the gesture data corresponds.
Implements tdv::nuitrack::BaseObjectData.