Skip to content

Commit f0f6809

Browse files
Merge pull request #91539 from qm13/bt94
New 32 joint skeleton in release 0.9.4
2 parents 0e35026 + 7a5862f commit f0f6809

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

articles/kinect-dk/body-joints.md

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The position and orientation of each joint form its own joint coordinate system.
2626

2727
## Joint hierarchy
2828

29-
A skeleton includes 26 joints with the joint hierarchy flowing from the center of the body to the extremities. Each connection (bone) links the parent joint with a child joint. The figure illustrates the joint locations and connection relative to the human body.
29+
A skeleton includes 32 joints with the joint hierarchy flowing from the center of the body to the extremities. Each connection (bone) links the parent joint with a child joint. The figure illustrates the joint locations and connection relative to the human body.
3030

3131
![Joint hierarchy](./media/concepts/joint-hierarchy.png)
3232

@@ -42,24 +42,30 @@ The following table enumerates the standard joint connections.
4242
| 5 |SHOULDER_LEFT | CLAVICLE_LEFT |
4343
| 6 |ELBOW_LEFT | SHOULDER_LEFT |
4444
| 7 |WRIST_LEFT | ELBOW_LEFT |
45-
| 8 |CLAVICLE_RIGHT | SPINE_CHEST |
46-
| 9 |SHOULDER_RIGHT | CLAVICLE_RIGHT |
47-
| 10 |ELBOW_RIGHT | SHOULDER_RIGHT |
48-
| 11 |WRIST_RIGHT | ELBOW_RIGHT |
49-
| 12 |HIP_LEFT | PELVIS |
50-
| 13 |KNEE_LEFT | HIP_LEFT |
51-
| 14 |ANKLE_LEFT | KNEE_LEFT |
52-
| 15 |FOOT_LEFT | ANKLE_LEFT |
53-
| 16 |HIP_RIGHT | PELVIS |
54-
| 17 |KNEE_RIGHT | HIP_RIGHT |
55-
| 18 |ANKLE_RIGHT | KNEE_RIGHT |
56-
| 19 |FOOT_RIGHT | ANKLE_RIGHT |
57-
| 20 |HEAD | NECK |
58-
| 21 |NOSE | HEAD |
59-
| 22 |EYE_LEFT | HEAD |
60-
| 23 |EAR_LEFT | HEAD |
61-
| 24 |EYE_RIGHT | HEAD |
62-
| 25 |EAR_RIGHT | HEAD |
45+
| 8 |HAND_LEFT | WRIST_LEFT |
46+
| 9 |HANDTIP_LEFT | HAND_LEFT |
47+
| 10 |THUMB_LEFT | WRIST_LEFT |
48+
| 11 |CLAVICLE_RIGHT | SPINE_CHEST |
49+
| 12 |SHOULDER_RIGHT | CLAVICLE_RIGHT |
50+
| 13 |ELBOW_RIGHT | SHOULDER_RIGHT |
51+
| 14 |WRIST_RIGHT | ELBOW_RIGHT |
52+
| 15 |HAND_RIGHT | WRIST_RIGHT |
53+
| 16 |HANDTIP_RIGHT | HAND_RIGHT |
54+
| 17 |THUMB_RIGHT | WRIST_RIGHT |
55+
| 18 |HIP_LEFT | PELVIS |
56+
| 19 |KNEE_LEFT | HIP_LEFT |
57+
| 20 |ANKLE_LEFT | KNEE_LEFT |
58+
| 21 |FOOT_LEFT | ANKLE_LEFT |
59+
| 22 |HIP_RIGHT | PELVIS |
60+
| 23 |KNEE_RIGHT | HIP_RIGHT |
61+
| 24 |ANKLE_RIGHT | KNEE_RIGHT |
62+
| 25 |FOOT_RIGHT | ANKLE_RIGHT |
63+
| 26 |HEAD | NECK |
64+
| 27 |NOSE | HEAD |
65+
| 28 |EYE_LEFT | HEAD |
66+
| 29 |EAR_LEFT | HEAD |
67+
| 30 |EYE_RIGHT | HEAD |
68+
| 31 |EAR_RIGHT | HEAD |
6369

6470
## Next steps
6571

-138 KB
Loading
-42.1 KB
Loading

0 commit comments

Comments
 (0)