Skip to content

Commit 54ab34e

Browse files
committed
precision on joint angle convention
1 parent ca37571 commit 54ab34e

File tree

3 files changed

+43
-20
lines changed

3 files changed

+43
-20
lines changed

Content/paper.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,16 @@ After installation, the user can choose one or several videos to analyze.`Sports
5858

5959
Joint angle conventions are as follows (\autoref{fig:joint_angle_conventions}):
6060

61-
* Ankle dorsiflexion: Between heel and big toe, and ankle and knee;
62-
* Knee flexion: Between hip, knee, and ankle;
63-
* Hip flexion: Between knee, hip, and shoulder;
64-
* Shoulder flexion: Between hip, shoulder, and elbow;
65-
* Elbow flexion: Between wrist, elbow, and shoulder.
61+
- Ankle dorsiflexion: Between heel and big toe, and ankle and knee.\
62+
*-90° when the foot is aligned with the shank.*
63+
- Knee flexion: Between hip, knee, and ankle.\
64+
*0° when the shank is aligned with the thigh.*
65+
- Hip flexion: Between knee, hip, and shoulder.\
66+
*0° when the trunk is aligned with the thigh.*
67+
- Shoulder flexion: Between hip, shoulder, and elbow.\
68+
*180° when the arm is aligned with the trunk.*
69+
- Elbow flexion: Between wrist, elbow, and shoulder.\
70+
*0° when the forearm is aligned with the arm.*
6671

6772
Segment angles are measured anticlockwise between the horizontal and the segment lines:
6873

README.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,11 +204,16 @@ If a person suddenly faces the other way, this change of direction is taken into
204204
Resulting angles can be filtered in the same way as point coordinates, and they can also be plotted.
205205

206206
**Joint angle conventions:**
207-
- Ankle dorsiflexion: Between heel and big toe, and ankle and knee
208-
- Knee flexion: Between hip, knee, and ankle
209-
- Hip flexion: Between knee, hip, and shoulder
210-
- Shoulder flexion: Between hip, shoulder, and elbow
211-
- Elbow flexion: Between wrist, elbow, and shoulder
207+
- Ankle dorsiflexion: Between heel and big toe, and ankle and knee.\
208+
*-90° when the foot is aligned with the shank.*
209+
- Knee flexion: Between hip, knee, and ankle.\
210+
*0° when the shank is aligned with the thigh.*
211+
- Hip flexion: Between knee, hip, and shoulder.\
212+
*0° when the trunk is aligned with the thigh.*
213+
- Shoulder flexion: Between hip, shoulder, and elbow.\
214+
*180° when the arm is aligned with the trunk.*
215+
- Elbow flexion: Between wrist, elbow, and shoulder.\
216+
*0° when the forearm is aligned with the arm.*
212217

213218
**Segment angle conventions:**\
214219
Angles are measured anticlockwise between the horizontal and the segment.
@@ -219,6 +224,9 @@ Angles are measured anticlockwise between the horizontal and the segment.
219224
- Forearm: Between elbow and wrist
220225
- Trunk: Between shoulder midpoint and hip midpoint
221226

227+
<img src="Content/joint_convention.png" width="380">
228+
229+
222230
## How to cite and how to contribute
223231

224232
### How to cite

Sports2D/compute_angles.py

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,16 @@
1515
Optionally saves images and video with overlaid angles.
1616
1717
Joint angle conventions:
18-
- Ankle dorsiflexion: Between heel and big toe, and ankle and knee
19-
- Knee flexion: Between hip, knee, and ankle
20-
- Hip flexion: Between knee, hip, and shoulder
21-
- Shoulder flexion: Between hip, shoulder, and elbow
22-
- Elbow flexion: Between wrist, elbow, and shoulder
18+
- Ankle dorsiflexion: Between heel and big toe, and ankle and knee.\
19+
*-90° when the foot is aligned with the shank.*
20+
- Knee flexion: Between hip, knee, and ankle.\
21+
*0° when the shank is aligned with the thigh.*
22+
- Hip flexion: Between knee, hip, and shoulder.\
23+
*0° when the trunk is aligned with the thigh.*
24+
- Shoulder flexion: Between hip, shoulder, and elbow.\
25+
*180° when the arm is aligned with the trunk.*
26+
- Elbow flexion: Between wrist, elbow, and shoulder.\
27+
*0° when the forearm is aligned with the arm.*
2328
2429
Segment angle conventions:
2530
Angles are measured anticlockwise between the horizontal and the segment.
@@ -342,11 +347,16 @@ def compute_angles_fun(config_dict, video_file):
342347
Optionally displays figures.
343348
344349
Joint angle conventions:
345-
- Ankle dorsiflexion: Between heel and big toe, and ankle and knee
346-
- Knee flexion: Between hip, knee, and ankle
347-
- Hip flexion: Between knee, hip, and shoulder
348-
- Shoulder flexion: Between hip, shoulder, and elbow
349-
- Elbow flexion: Between wrist, elbow, and shoulder
350+
- Ankle dorsiflexion: Between heel and big toe, and ankle and knee.\
351+
*-90° when the foot is aligned with the shank.*
352+
- Knee flexion: Between hip, knee, and ankle.\
353+
*0° when the shank is aligned with the thigh.*
354+
- Hip flexion: Between knee, hip, and shoulder.\
355+
*0° when the trunk is aligned with the thigh.*
356+
- Shoulder flexion: Between hip, shoulder, and elbow.\
357+
*180° when the arm is aligned with the trunk.*
358+
- Elbow flexion: Between wrist, elbow, and shoulder.\
359+
*0° when the forearm is aligned with the arm.*
350360
351361
Segment angle conventions:
352362
Angles are measured anticlockwise between the horizontal and the segment.

0 commit comments

Comments
 (0)