|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primesense.nite.HandData
public class HandData
This class stores data on a single hand during a single frame of hand detection by the
HandTracker
.
It can be used to find out where the hand is in space, the hand's ID, and the tracking status.
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.
HandTracker
Method Summary | |
---|---|
short |
getId()
Get the ID of the hand referred to by this data. |
Point3D<java.lang.Float> |
getPosition()
Get the position in space of the hand during this frame. |
boolean |
isLost()
Indicates whether the hand tracking algorithm has lost track of the hand. |
boolean |
isNew()
Indicates if the hand referred to by this object is newly tracked. |
boolean |
isTouchingFov()
Indicates whether the hand is at the edge of the sensor field of view. |
boolean |
isTracking()
Indicates whether this hand is being actively tracked. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public short getId()
public Point3D<java.lang.Float> getPosition()
public boolean isNew()
public boolean isLost()
public boolean isTracking()
public boolean isTouchingFov()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |