ARLK: include/configure.h Source File
ARLK  0.1.0
Action Recognition Library for Kinect
configure.h
Go to the documentation of this file.
1 #define _ARLK_NITE_
2 //#define _ARLK_KSDK_
3 
4 #ifdef _ARLK_KSDK_
5 #ifndef _NUI_SKELETON_POSITION_INDEX_
6 #define _NUI_SKELETON_POSITION_INDEX_
7 typedef
9 { NUI_SKELETON_POSITION_HIP_CENTER = 0,
10 NUI_SKELETON_POSITION_SPINE = ( NUI_SKELETON_POSITION_HIP_CENTER + 1 ) ,
16 NUI_SKELETON_POSITION_HAND_LEFT = ( NUI_SKELETON_POSITION_WRIST_LEFT + 1 ) ,
17 NUI_SKELETON_POSITION_SHOULDER_RIGHT = ( NUI_SKELETON_POSITION_HAND_LEFT + 1 ) ,
20 NUI_SKELETON_POSITION_HAND_RIGHT = ( NUI_SKELETON_POSITION_WRIST_RIGHT + 1 ) ,
21 NUI_SKELETON_POSITION_HIP_LEFT = ( NUI_SKELETON_POSITION_HAND_RIGHT + 1 ) ,
24 NUI_SKELETON_POSITION_FOOT_LEFT = ( NUI_SKELETON_POSITION_ANKLE_LEFT + 1 ) ,
25 NUI_SKELETON_POSITION_HIP_RIGHT = ( NUI_SKELETON_POSITION_FOOT_LEFT + 1 ) ,
28 NUI_SKELETON_POSITION_FOOT_RIGHT = ( NUI_SKELETON_POSITION_ANKLE_RIGHT + 1 ) ,
29 NUI_SKELETON_POSITION_COUNT = ( NUI_SKELETON_POSITION_FOOT_RIGHT + 1 )
31 #endif
32 #endif
33 
34 #ifdef _ARLK_NITE_
35 #ifndef _NUI_SKELETON_POSITION_INDEX_NITE_
36 #define _NUI_SKELETON_POSITION_INDEX_NITE_
37 typedef
39 {
57 #endif
58 #endif