#include <XnVHandPointContext.h>
Public Attributes | |
XnPoint3D | ptPosition |
XnUInt32 | nID |
XnUInt32 | nUserID |
XnFloat | fTime |
XnFloat | fConfidence |
A XnVHandPointContext describes a single hand point
Definition at line 17 of file XnVHandPointContext.h.
XnFloat XnVHandPointContext::fConfidence |
The probability the point is actually there 1 - Fresh update. Lower - no update (or delete) for some time
Definition at line 39 of file XnVHandPointContext.h.
XnFloat XnVHandPointContext::fTime |
The time in which this hand was in this position
Definition at line 34 of file XnVHandPointContext.h.
XnUInt32 XnVHandPointContext::nID |
A persistent ID for the hand, allowing tracking
Definition at line 26 of file XnVHandPointContext.h.
XnUInt32 XnVHandPointContext::nUserID |
The user to which this hand belongs
Definition at line 30 of file XnVHandPointContext.h.
XnPoint3D XnVHandPointContext::ptPosition |
The current position of the hand
Definition at line 22 of file XnVHandPointContext.h.