public class Poses
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static PointDirection |
leftHandPoint
The left hand point.
|
static java.util.HashMap<usertracking.PoseName,java.util.HashMap<java.lang.Integer,java.lang.Boolean>> |
poseActivity
The Constant poseActivity.
|
static PointDirection |
rightHandPoint
The right hand point.
|
Constructor and Description |
---|
Poses(TrackerPanel trackerPanel,
java.util.HashMap<java.lang.Integer,java.util.HashMap<org.OpenNI.SkeletonJoint,org.OpenNI.SkeletonJointPosition>> uSkels,
PoseSequences gSeqs)
Instantiates a new poses.
|
Modifier and Type | Method and Description |
---|---|
void |
checkGests(int kinectID,
org.OpenNI.DepthGenerator depthGen)
Check gests.
|
public static PointDirection leftHandPoint
public static final java.util.HashMap<usertracking.PoseName,java.util.HashMap<java.lang.Integer,java.lang.Boolean>> poseActivity
public static PointDirection rightHandPoint
public Poses(TrackerPanel trackerPanel, java.util.HashMap<java.lang.Integer,java.util.HashMap<org.OpenNI.SkeletonJoint,org.OpenNI.SkeletonJointPosition>> uSkels, PoseSequences gSeqs)
trackerPanel
- the tracker paneluSkels
- the u skelsgSeqs
- the g seqs