aboutsummaryrefslogtreecommitdiff
path: root/docs/use_cases
diff options
context:
space:
mode:
authorThéo de la Hogue2023-06-07 14:44:43 +0200
committerThéo de la Hogue2023-06-07 14:44:43 +0200
commit452b49a6c1fc4620ea189b1ffe4228b7ebbb026b (patch)
tree2da09dd3da6ba8b1aa5471a1c3bf08f0a4aa95ea /docs/use_cases
parentbfda70402f67fdffe3ab871681fe82784ac81859 (diff)
downloadargaze-452b49a6c1fc4620ea189b1ffe4228b7ebbb026b.zip
argaze-452b49a6c1fc4620ea189b1ffe4228b7ebbb026b.tar.gz
argaze-452b49a6c1fc4620ea189b1ffe4228b7ebbb026b.tar.bz2
argaze-452b49a6c1fc4620ea189b1ffe4228b7ebbb026b.tar.xz
Fixing relative path to img folder.
Diffstat (limited to 'docs/use_cases')
-rw-r--r--docs/use_cases/simone_a320_cockpit_simulator.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/use_cases/simone_a320_cockpit_simulator.md b/docs/use_cases/simone_a320_cockpit_simulator.md
index b216e60..7b11c01 100644
--- a/docs/use_cases/simone_a320_cockpit_simulator.md
+++ b/docs/use_cases/simone_a320_cockpit_simulator.md
@@ -9,19 +9,19 @@ The [ACHIL platform](http://achil.recherche.enac.fr) have a A320 glass cockpit s
In order to track pilots gaze during experimentation, a set of ArUco markers have been positioned to cover most of cockpit workspace.
-![Cockpit](../../img/simone_cockpit.png)
+![Cockpit](../img/simone_cockpit.png)
Then, in order to build AR environment from such complex geometry workspace, a 3D LIDAR scanner have been used to get a 3D scan of cockpit.
-![Cockpit 3D](../../img/simone_cockpit_3d.png)
+![Cockpit 3D](../img/simone_cockpit_3d.png)
The 3D scan have been loaded in a 3D editor to help in ArUco markers and AOI poses reporting.
-![ArUco scene](../../img/simone_aruco_scene.png) ![AOI scene](../../img/simone_aoi_scene.png)
+![ArUco scene](../img/simone_aruco_scene.png) ![AOI scene](../img/simone_aoi_scene.png)
Finally, a python script connect Tobii eyetracker glasses to ArGaze toolkit. The 3D AR environment is loaded then, ArUco markers are detected from Tobii eyetracker field camera stream allowing to estimate pilote head pose. The AOI are projected into camera frame then, gaze positions are analyzed to identify fixations and saccades to finally check if fixations matched any projected AOI.
-![AOI and gaze projection](../../img/simone_projection.png)
+![AOI and gaze projection](../img/simone_projection.png)
A demonstration movie to see ArUco detection and AOI projection in real time