NiTE 2.0: nite::HandData Class Reference

NiTE 2.0

nite::HandData Class Reference

#include <NiTE.h>

Inheritance diagram for nite::HandData:

List of all members.

Public Member Functions

HandId getId () const
const Point3fgetPosition () const
bool isLost () const
bool isNew () const
bool isTouchingFov () const
bool isTracking () const

Detailed Description

This class stores data on a single hand during a single frame of hand detection by the .

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.

See also:
HandTracker for more information on hand tracking.

Member Function Documentation

HandId nite::HandData::getId ( ) const [inline]

Get the ID of the hand referred to by this data.

Returns:
HandId of this hand.
const Point3f& nite::HandData::getPosition ( ) const [inline]

Get the position in space of the hand during this frame.

Returns:
Position of the hand.
bool nite::HandData::isLost ( ) const [inline]

Indicates whether the hand tracking algorithm has lost track of the hand. This can happen, for example, if the hand leaves the field of view of the sensor or becomes occluded.

Returns:
True if this hand is no longer being tracked.
bool nite::HandData::isNew ( ) const [inline]

Indicates if the hand referred to by this object is newly tracked.

Returns:
True if this is the first frame that this hand has been detected in, false otherwise.
bool nite::HandData::isTouchingFov ( ) const [inline]

Indicates whether the hand is at the edge of the sensor field of view.

Returns:
True if the hand is at the edge of the field of view, false otherwise.
bool nite::HandData::isTracking ( ) const [inline]

Indicates whether this hand is being actively tracked.

Returns:
True if hand is being successfully tracked, false otherwise.

The documentation for this class was generated from the following file:
Generated on Thu Jun 6 2013 17:48:15 for NiTE 2.0 by   doxygen 1.7.5.1