|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.primesense.nite.HandTrackerFrameRef
public class HandTrackerFrameRef
Snapshot of the Hand Tracker algorithm. It contains all output from a single frame of the Hand
Tracking algorithm, which corresponds to a single input depth frame.
It holds all the hands identified at this time, as well as the detected gestures.
HandTracker
Method Summary | |
---|---|
protected void |
finalize()
|
org.openni.VideoFrameRef |
getDepthFrame()
Provides the raw depth frame used to generate this Hand Tracker frame. |
long |
getFrameHandle()
Getter function for frame handle. |
int |
getFrameIndex()
Gets the frame index of the raw depth frame that generated this frame. |
java.util.List<GestureData> |
getGestures()
This function provides a list of all gestures being actively detected in this frame. |
java.util.List<HandData> |
getHands()
This function provides a list of all hands being tracked in this frame. |
long |
getTimestamp()
Getter function for timestamp. |
void |
release()
Properly releases all resources used by this object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public long getFrameHandle()
public long getTimestamp()
public int getFrameIndex()
public java.util.List<HandData> getHands()
HandData
objects, one for each hand being tracked.public java.util.List<GestureData> getGestures()
GestureData
objects, one for each gesture being detected.public org.openni.VideoFrameRef getDepthFrame()
public void release()
protected void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |