Astra SDK
v2.1.3
|
Human body 更多...
#include <Body.hpp>
Public 成员函数 | |
BodyId | id () const |
Gets BodyId associated with the Body 更多... | |
BodyStatus | status () const |
Gets the tracking status of the body | |
const Vector3f & | center_of_mass () const |
Gets the real world center of mass estimate | |
bool | joints_enabled () const |
bool | hand_poses_enabled () const |
JointList | joints () const |
Gets the current list of joints (Joint) being currently tracked | |
const HandPoseInfo & | hand_poses () const |
友元 | |
class | BodyFrame |
Human body
Provides info about a human body tracked by the BodyTracker. Joints positions are provided in both projective and world coordinates.
|
inline |