aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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