Classes | Defines | Functions

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/skeleton_sizer.cc File Reference

#include <OpenTissue/configuration.h>
#include <OpenTissue/utility/glut/glut_perspective_view_application.h>
#include "pf_skeleton_tracker.h"
#include "auxil.h"
#include "options.h"
#include "skeleton_cloud_measure.h"
#include "macros.h"

Classes

class  Application< observation_type >

Defines

#define DEFINE_GLUT_MAIN
#define EXPAND(STATE_NAME, STATE_TYPE, OBS_NAME, OBS_TYPE)

Functions

template<class observation_type >
bone_iter get_bone (angle_state< observation_type > &pose, int idx)
template<class observation_type >
void dump_result (angle_state< observation_type > &pose)
OpenTissue::glut::instance_pointer init_glut_application (int argc, char *argv[])

Define Documentation

#define DEFINE_GLUT_MAIN
#define EXPAND (   STATE_NAME,
  STATE_TYPE,
  OBS_NAME,
  OBS_TYPE 
)
Value:
if (st == STATE_NAME && ot == OBS_NAME)                                \
          {                                                                    \
            instance.reset (new Application< OBS_TYPE > (opts));               \
          }

Function Documentation

template<class observation_type >
void dump_result ( angle_state< observation_type > &  pose  ) 
template<class observation_type >
bone_iter get_bone ( angle_state< observation_type > &  pose,
int  idx 
)
OpenTissue::glut::instance_pointer init_glut_application ( int  argc,
char *  argv[] 
)