23 #ifndef _PLUGINS_OPENNI_UTILS_TYPES_H_ 24 #define _PLUGINS_OPENNI_UTILS_TYPES_H_ 30 class HumanSkeletonInterface;
31 class HumanSkeletonProjectionInterface;
32 class ObjectPositionInterface;
44 typedef std::map<std::string, UserInfo> UserMap;
53 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().