|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primesense.nite.GestureData
public class GestureData
This class stores data on a gesture that is being detected. "Gestures" in this context indicate
gestures detected directly from the depthmap, so there are no handpoint ID's at this stage.
Objects of this class store the data for a specific instance of a specific gesture.
The type, position in space, and completion status of the gesture can all be tracked.
All positions are given in "real world" coordinates. See the OpenNI 2.0 documentation for more information on the coordinate systems used by OpenNI/NiTE.
GestureType
,
HandTracker
Method Summary | |
---|---|
Point3D<java.lang.Float> |
getCurrentPosition()
This function provides the position in space of the projected gesture, using "real world" coordinates. |
GestureType |
getType()
This function is used to find out what type of gesture that this object is storing detection data for. |
boolean |
isComplete()
This function indicates whether the complete gesture has been detected yet. |
boolean |
isInProgress()
This function indicates whether a non-completed gesture has been detected. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public GestureType getType()
GestureType
public Point3D<java.lang.Float> getCurrentPosition()
public boolean isComplete()
isInProgress()
public boolean isInProgress()
isComplete()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |