23 #ifndef __PLUGINS_OPENNI_UTILS_TYPES_H_ 24 #define __PLUGINS_OPENNI_UTILS_TYPES_H_ 30 class HumanSkeletonInterface;
31 class HumanSkeletonProjectionInterface;
32 class ObjectPositionInterface;
47 typedef std::map<std::string, UserInfo> UserMap;
56 typedef std::map<std::string, HandInfo> HandMap;
HumanSkeletonProjectionInterface Fawkes BlackBoard Interface.
ObjectPositionInterface Fawkes BlackBoard Interface.
Hand info to pass to draw_skeletons().
Fawkes library namespace.
fawkes::HumanSkeletonProjectionInterface * proj_if
Projection interface.
fawkes::HumanSkeletonInterface * skel_if
Skeleton interface.
fawkes::ObjectPositionInterface * hand_if
Hand pos interface.
HumanSkeletonInterface Fawkes BlackBoard Interface.
User info to pass to draw_skeletons().