#include "skeleton_state.h"
#include "auxil.h"
#include "options.h"
#include "math_types.h"
#include "kinect_cloud.h"
#include "point_cloud.h"
#include "triclops_cloud.h"
Go to the source code of this file.
Classes | |
class | measure< state_type, observation_type > |
Defines | |
#define | POINT_HALF_CAPSULE_DISTANCE |
Functions | |
bool | nearest_bone_point (const vector3 &p, const_bone_iter iter, vector3 &result, const vector3 &root) |
double | point_bone_distance2 (const vector3 &p, const_bone_iter iter, const vector3 &root) |
#define POINT_HALF_CAPSULE_DISTANCE |
bool nearest_bone_point | ( | const vector3 & | p, | |
const_bone_iter | iter, | |||
vector3 & | result, | |||
const vector3 & | root | |||
) | [inline] |
double point_bone_distance2 | ( | const vector3 & | p, | |
const_bone_iter | iter, | |||
const vector3 & | root | |||
) | [inline] |