JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
NiJointsTool.cpp File Reference
#include "tools++.h"
#include "NiJointsTool.h"
Include dependency graph for NiJointsTool.cpp:

Go to the source code of this file.

Variables

int NI_SDK_PELVIS = NI_PELVIS
 
int NI_SDK_TORSO = NI_TORSO
 
int NI_SDK_NECK = NI_NECK
 
int NI_SDK_HEAD = NI_HEAD
 
int NI_SDK_L_EYE = NI_L_EYE
 
int NI_SDK_R_EYE = NI_R_EYE
 
int NI_SDK_L_BUST = NI_L_BUST
 
int NI_SDK_R_BUST = NI_R_BUST
 
int NI_SDK_L_SHLDR = NI_L_SHLDR
 
int NI_SDK_L_ELBOW = NI_L_ELBOW
 
int NI_SDK_L_WRIST = NI_L_WRIST
 
int NI_SDK_L_HAND = NI_L_HAND
 
int NI_SDK_L_FNGRTIP = NI_L_FNGRTIP
 
int NI_SDK_R_SHLDR = NI_R_SHLDR
 
int NI_SDK_R_ELBOW = NI_R_ELBOW
 
int NI_SDK_R_WRIST = NI_R_WRIST
 
int NI_SDK_R_HAND = NI_R_HAND
 
int NI_SDK_R_FNGRTIP = NI_R_FNGRTIP
 
int NI_SDK_L_HIP = NI_L_HIP
 
int NI_SDK_L_KNEE = NI_L_KNEE
 
int NI_SDK_L_ANKLE = NI_L_ANKLE
 
int NI_SDK_L_FOOT = NI_L_FOOT
 
int NI_SDK_R_HIP = NI_R_HIP
 
int NI_SDK_R_KNEE = NI_R_KNEE
 
int NI_SDK_R_ANKLE = NI_R_ANKLE
 
int NI_SDK_R_FOOT = NI_R_FOOT
 
int NI_SDK_L_FINGER = NI_L_FINGER
 
int NI_SDK_R_FINGER = NI_R_FINGER
 
int NI_SDK_FACE = NI_FACE
 
int NI_SDK_AVATAR = NI_AVATAR
 
RBound< double > RBound_NI_TORSO
 
RBound< double > RBound_NI_CHEST
 
RBound< double > RBound_NI_NECK
 
RBound< double > RBound_NI_HEAD
 
RBound< double > RBound_NI_L_COLLAR
 
RBound< double > RBound_NI_R_COLLAR
 
RBound< double > RBound_NI_L_SHLDR
 
RBound< double > RBound_NI_R_SHLDR
 
RBound< double > RBound_NI_L_ELBOW
 
RBound< double > RBound_NI_R_ELBOW
 
RBound< double > RBound_NI_L_WRIST
 
RBound< double > RBound_NI_R_WRIST
 
RBound< double > RBound_NI_L_HAND
 
RBound< double > RBound_NI_R_HAND
 
RBound< double > RBound_NI_L_HIP
 
RBound< double > RBound_NI_R_HIP
 
RBound< double > RBound_NI_L_KNEE
 
RBound< double > RBound_NI_R_KNEE
 
RBound< double > RBound_NI_L_ANKLE
 
RBound< double > RBound_NI_R_ANKLE
 
RBound< double > RBound_NI_L_FOOT
 
RBound< double > RBound_NI_R_FOOT
 
static std::string _NiJointName []
 
static int _OpenNI2JointNameNum []
 
static int _OpenNI22JointNameNum []
 
static int _Kinect2JointNameNum []
 
static int _OpenNIMirrorJointNum []
 
static int _OpenNI2MirrorJointNum []
 
static int _KinectMirrorJointNum []
 
static int _NiMirrorJointNum []
 
static int _Ni2OpenNIPosJointNum []
 
static int _Ni2OpenNI2PosJointNum []
 
static int _Ni2KinectPosJointNum []
 
static int _Ni2OpenNIRotJointNum []
 
static int _Ni2OpenNI2RotJointNum []
 
static int _Ni2KinectRotJointNum []
 
static int _Ni2RotJointNum []
 

Variable Documentation

◆ _Kinect2JointNameNum

int _Kinect2JointNameNum[]
static
Initial value:
=
{
0, 2, 4, 5,
12, 13, 14, 15,
18, 19, 20, 21,
23, 24, 25, 26,
28, 29, 30, 31
}

Definition at line 164 of file NiJointsTool.cpp.

165{
166 0, 2, 4, 5,
167 12, 13, 14, 15,
168 18, 19, 20, 21,
169 23, 24, 25, 26,
170 28, 29, 30, 31
171};

Referenced by jbxwl::NiSDK2JointName().

◆ _KinectMirrorJointNum

int _KinectMirrorJointNum[]
static
Initial value:
=
{
0, 1, 2, 3,
8, 9, 10, 11,
4, 5, 6, 7,
16, 17, 18, 19,
12, 13, 14, 15
}

Definition at line 238 of file NiJointsTool.cpp.

239{
240 0, 1, 2, 3,
241 8, 9, 10, 11,
242 4, 5, 6, 7,
243 16, 17, 18, 19,
244 12, 13, 14, 15
245};

Referenced by jbxwl::NiSDKMirrorJointNum().

◆ _Ni2KinectPosJointNum

int _Ni2KinectPosJointNum[]
static
Initial value:
=
{
0, -1, 1, -1, 2, 3, -1,
-1, -1, -1, -1,
-1, 4, 5, 6, 7, -1,
-1, 8, 9, 10, 11, -1,
12, 13, 14, 15, -1,
16, 17, 18, 19, -1,
-1, -1, -1, -1
}

Definition at line 314 of file NiJointsTool.cpp.

315{
316 0, -1, 1, -1, 2, 3, -1,
317 -1, -1, -1, -1,
318 -1, 4, 5, 6, 7, -1,
319 -1, 8, 9, 10, 11, -1,
320 12, 13, 14, 15, -1,
321 16, 17, 18, 19, -1,
322 -1, -1, -1, -1
323};

Referenced by jbxwl::Ni2SDKPosJointNum().

◆ _Ni2KinectRotJointNum

int _Ni2KinectRotJointNum[]
static
Initial value:
=
{
0, -1, 1, -1, 2, 3, -1,
-1, -1, -1, -1,
-1, 4, 5, 6, -1, -1,
-1, 8, 9, 10, -1, -1,
12, 13, 14, -1, -1,
16, 17, 18, -1, -1,
-1, -1, -1, -1
}

Definition at line 394 of file NiJointsTool.cpp.

395{
396 0, -1, 1, -1, 2, 3, -1,
397 -1, -1, -1, -1,
398 -1, 4, 5, 6, -1, -1,
399 -1, 8, 9, 10, -1, -1,
400 12, 13, 14, -1, -1,
401 16, 17, 18, -1, -1,
402 -1, -1, -1, -1
403};

Referenced by jbxwl::Ni2SDKRotJointNum().

◆ _Ni2OpenNI2PosJointNum

int _Ni2OpenNI2PosJointNum[]
static
Initial value:
=
{
0, -1, 9, -1, 2, 1, -1,
-1, -1, -1, -1,
-1, 4, 6, 8, -1, -1,
-1, 3, 5, 7, -1, -1,
11, 13, 15, -1, -1,
10, 12, 14, -1, -1,
-1, -1, -1, -1
}

Definition at line 302 of file NiJointsTool.cpp.

303{
304 0, -1, 9, -1, 2, 1, -1,
305 -1, -1, -1, -1,
306 -1, 4, 6, 8, -1, -1,
307 -1, 3, 5, 7, -1, -1,
308 11, 13, 15, -1, -1,
309 10, 12, 14, -1, -1,
310 -1, -1, -1, -1
311};

Referenced by jbxwl::Ni2SDKPosJointNum().

◆ _Ni2OpenNI2RotJointNum

int _Ni2OpenNI2RotJointNum[]
static
Initial value:
=
{
0, -1, 9, -1, 2, -1, -1,
-1, -1, -1, -1,
-1, 4, 6, -1, -1, -1,
-1, 3, 5, -1, -1, -1,
11, 13, -1, -1, -1,
10, 12, -1, -1, -1,
-1, -1, -1, -1
}

Definition at line 382 of file NiJointsTool.cpp.

383{
384 0, -1, 9, -1, 2, -1, -1,
385 -1, -1, -1, -1,
386 -1, 4, 6, -1, -1, -1,
387 -1, 3, 5, -1, -1, -1,
388 11, 13, -1, -1, -1,
389 10, 12, -1, -1, -1,
390 -1, -1, -1, -1
391};

Referenced by jbxwl::Ni2SDKRotJointNum().

◆ _Ni2OpenNIPosJointNum

int _Ni2OpenNIPosJointNum[]
static
Initial value:
=
{
0, -1, 3, -1, 2, 1, -1,
-1, -1, -1, -1,
-1, 12, 13, 15, -1, -1,
-1, 6, 7, 9, -1, -1,
21, 22, 24, -1, -1,
17, 18, 20, -1, -1,
-1, -1, -1, -1
}

Definition at line 290 of file NiJointsTool.cpp.

291{
292 0, -1, 3, -1, 2, 1, -1,
293 -1, -1, -1, -1,
294 -1, 12, 13, 15, -1, -1,
295 -1, 6, 7, 9, -1, -1,
296 21, 22, 24, -1, -1,
297 17, 18, 20, -1, -1,
298 -1, -1, -1, -1
299};

Referenced by jbxwl::Ni2SDKPosJointNum().

◆ _Ni2OpenNIRotJointNum

int _Ni2OpenNIRotJointNum[]
static
Initial value:
=
{
0, -1, 3, -1, 2, -1, -1,
-1, -1, -1, -1,
-1, 12, 13, -1, -1, -1,
-1, 6, 7, -1, -1, -1,
21, 22, -1, -1, -1,
17, 18, -1, -1, -1,
-1, -1, -1, -1
}

Definition at line 369 of file NiJointsTool.cpp.

370{
371// 0, -1, 3, -1, 2, 1, -1,
372 0, -1, 3, -1, 2, -1, -1, // exclude HEAD
373 -1, -1, -1, -1,
374 -1, 12, 13, -1, -1, -1,
375 -1, 6, 7, -1, -1, -1,
376 21, 22, -1, -1, -1,
377 17, 18, -1, -1, -1,
378 -1, -1, -1, -1
379};

Referenced by jbxwl::Ni2SDKRotJointNum().

◆ _Ni2RotJointNum

int _Ni2RotJointNum[]
static
Initial value:
=
{
0, 1, 2, 3, 4, 5, -1,
7, 8, 9, 10,
11, 12, 13, 14, 15, -1,
17, 18, 19, 20, 21, -1,
23, 24, 25, 26, -1,
28, 29, 30, 31, -1,
33, 34, 35, 36
}

Definition at line 406 of file NiJointsTool.cpp.

407{
408 0, 1, 2, 3, 4, 5, -1,
409 7, 8, 9, 10,
410 11, 12, 13, 14, 15, -1,
411 17, 18, 19, 20, 21, -1,
412 23, 24, 25, 26, -1,
413 28, 29, 30, 31, -1,
414 33, 34, 35, 36
415};

Referenced by jbxwl::Ni2SDKRotJointNum().

◆ _NiJointName

std::string _NiJointName[]
static
Initial value:
=
{
"PELVIS", "WAIST", "TORSO", "CHEST", "NECK", "HEAD", "SKULL",
"L_EYE", "R_EYE", "L_BUST", "R_BUST",
"L_COLLAR", "L_SHLDR", "L_ELBOW", "L_WRIST", "L_HAND", "L_FNGRTIP",
"R_COLLAR", "R_SHLDR", "R_ELBOW", "R_WRIST", "R_HAND", "R_FNGRTIP",
"L_HIP", "L_KNEE", "L_ANKLE", "L_FOOT", "L_TOE",
"R_HIP", "R_KNEE", "R_ANKLE", "R_FOOT", "R_TOE",
"L_FINGER", "R_FINGER", "FACE", "AVATAR"
}

Definition at line 92 of file NiJointsTool.cpp.

93{
94 // 0 1 2 3 4 5 6
95 "PELVIS", "WAIST", "TORSO", "CHEST", "NECK", "HEAD", "SKULL",
96 // 7 8 9 10
97 "L_EYE", "R_EYE", "L_BUST", "R_BUST",
98 // 11 12 13 14 15 16
99 "L_COLLAR", "L_SHLDR", "L_ELBOW", "L_WRIST", "L_HAND", "L_FNGRTIP",
100 // 17 18 19 20 21 22
101 "R_COLLAR", "R_SHLDR", "R_ELBOW", "R_WRIST", "R_HAND", "R_FNGRTIP",
102 // 23 24 25 26 27
103 "L_HIP", "L_KNEE", "L_ANKLE", "L_FOOT", "L_TOE",
104 // 28 29 30 31 32
105 "R_HIP", "R_KNEE", "R_ANKLE", "R_FOOT", "R_TOE",
106 // 33 34 35 36
107 "L_FINGER", "R_FINGER", "FACE", "AVATAR"
108};

Referenced by jbxwl::JointName2NiSDK(), jbxwl::NiJointName(), jbxwl::NiJointNum(), and jbxwl::NiSDK2JointName().

◆ _NiMirrorJointNum

int _NiMirrorJointNum[]
static
Initial value:
=
{
0, 1, 2, 3, 4, 5, 6,
8, 7, 10, 9,
17, 18, 19, 20, 21, 22,
11, 12, 13, 14, 15, 16,
28, 29, 30, 31, 32,
23, 24, 25, 26, 27,
34, 33, 35, 36
}

Definition at line 248 of file NiJointsTool.cpp.

249{
250 0, 1, 2, 3, 4, 5, 6,
251 8, 7, 10, 9,
252 17, 18, 19, 20, 21, 22,
253 11, 12, 13, 14, 15, 16,
254 28, 29, 30, 31, 32,
255 23, 24, 25, 26, 27,
256 34, 33, 35, 36
257};

Referenced by jbxwl::NiSDKMirrorJointNum().

◆ _OpenNI22JointNameNum

int _OpenNI22JointNameNum[]
static
Initial value:
=
{
0, 5, 4,
18, 12, 19, 13, 21, 15,
2,
28, 23, 29, 24, 31, 26
}

Definition at line 155 of file NiJointsTool.cpp.

156{
157 0, 5, 4,
158 18, 12, 19, 13, 21, 15,
159 2,
160 28, 23, 29, 24, 31, 26
161};

Referenced by jbxwl::NiSDK2JointName().

◆ _OpenNI2JointNameNum

int _OpenNI2JointNameNum[]
static
Initial value:
=
{
0, 5, 4, 2, 1,
17, 18, 19, 20, 21, 22,
11, 12, 13, 14, 15, 16,
28, 29, 30, 31,
23, 24, 25, 26
}

Definition at line 145 of file NiJointsTool.cpp.

146{
147 0, 5, 4, 2, 1,
148 17, 18, 19, 20, 21, 22,
149 11, 12, 13, 14, 15, 16,
150 28, 29, 30, 31,
151 23, 24, 25, 26
152};

Referenced by jbxwl::NiSDK2JointName().

◆ _OpenNI2MirrorJointNum

int _OpenNI2MirrorJointNum[]
static
Initial value:
=
{
0, 1, 2,
4, 3, 6, 5, 8, 7,
9,
11, 10, 13, 12, 15, 14
}

Definition at line 229 of file NiJointsTool.cpp.

230{
231 0, 1, 2,
232 4, 3, 6, 5, 8, 7,
233 9,
234 11, 10, 13, 12, 15, 14
235};

Referenced by jbxwl::NiSDKMirrorJointNum().

◆ _OpenNIMirrorJointNum

int _OpenNIMirrorJointNum[]
static
Initial value:
=
{
0, 1, 2, 3, 4,
11, 12, 13, 14, 15, 16,
5, 6, 7, 8, 9, 10,
21, 22, 23, 24,
17, 18, 19, 20
}

Definition at line 219 of file NiJointsTool.cpp.

220{
221 0, 1, 2, 3, 4,
222 11, 12, 13, 14, 15, 16,
223 5, 6, 7, 8, 9, 10,
224 21, 22, 23, 24,
225 17, 18, 19, 20
226};

Referenced by jbxwl::NiSDKMirrorJointNum().

◆ NI_SDK_AVATAR

◆ NI_SDK_FACE

◆ NI_SDK_HEAD

◆ NI_SDK_L_ANKLE

◆ NI_SDK_L_BUST

◆ NI_SDK_L_ELBOW

◆ NI_SDK_L_EYE

◆ NI_SDK_L_FINGER

int NI_SDK_L_FINGER = NI_L_FINGER

◆ NI_SDK_L_FNGRTIP

int NI_SDK_L_FNGRTIP = NI_L_FNGRTIP

◆ NI_SDK_L_FOOT

◆ NI_SDK_L_HAND

◆ NI_SDK_L_HIP

◆ NI_SDK_L_KNEE

◆ NI_SDK_L_SHLDR

◆ NI_SDK_L_WRIST

◆ NI_SDK_NECK

◆ NI_SDK_PELVIS

◆ NI_SDK_R_ANKLE

◆ NI_SDK_R_BUST

◆ NI_SDK_R_ELBOW

◆ NI_SDK_R_EYE

◆ NI_SDK_R_FINGER

int NI_SDK_R_FINGER = NI_R_FINGER

◆ NI_SDK_R_FNGRTIP

int NI_SDK_R_FNGRTIP = NI_R_FNGRTIP

◆ NI_SDK_R_FOOT

◆ NI_SDK_R_HAND

◆ NI_SDK_R_HIP

◆ NI_SDK_R_KNEE

◆ NI_SDK_R_SHLDR

◆ NI_SDK_R_WRIST

◆ NI_SDK_TORSO

◆ RBound_NI_CHEST

RBound<double> RBound_NI_CHEST

◆ RBound_NI_HEAD

RBound<double> RBound_NI_HEAD

◆ RBound_NI_L_ANKLE

RBound<double> RBound_NI_L_ANKLE

◆ RBound_NI_L_COLLAR

jbxl::RBound< double > RBound_NI_L_COLLAR

◆ RBound_NI_L_ELBOW

RBound<double> RBound_NI_L_ELBOW

◆ RBound_NI_L_FOOT

RBound<double> RBound_NI_L_FOOT

◆ RBound_NI_L_HAND

RBound<double> RBound_NI_L_HAND

◆ RBound_NI_L_HIP

RBound<double> RBound_NI_L_HIP

◆ RBound_NI_L_KNEE

RBound<double> RBound_NI_L_KNEE

◆ RBound_NI_L_SHLDR

RBound<double> RBound_NI_L_SHLDR

◆ RBound_NI_L_WRIST

RBound<double> RBound_NI_L_WRIST

◆ RBound_NI_NECK

RBound<double> RBound_NI_NECK

◆ RBound_NI_R_ANKLE

RBound<double> RBound_NI_R_ANKLE

◆ RBound_NI_R_COLLAR

RBound<double> RBound_NI_R_COLLAR

◆ RBound_NI_R_ELBOW

RBound<double> RBound_NI_R_ELBOW

◆ RBound_NI_R_FOOT

RBound<double> RBound_NI_R_FOOT

◆ RBound_NI_R_HAND

RBound<double> RBound_NI_R_HAND

◆ RBound_NI_R_HIP

RBound<double> RBound_NI_R_HIP

◆ RBound_NI_R_KNEE

RBound<double> RBound_NI_R_KNEE

◆ RBound_NI_R_SHLDR

RBound<double> RBound_NI_R_SHLDR

◆ RBound_NI_R_WRIST

RBound<double> RBound_NI_R_WRIST

◆ RBound_NI_TORSO

RBound<double> RBound_NI_TORSO