diff options
author | Théo de la Hogue | 2023-09-19 13:49:02 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-09-19 13:49:02 +0200 |
commit | 913b72b3176dfd4a613f9fb9de1c985fb13b8ad8 (patch) | |
tree | e9539a92d15fd00fd5d0bc84432a380ab7f11050 /docs/user_guide/gaze_analysis_pipeline | |
parent | 74e820866e2c4b8d3f6598127abb7f081ef27d26 (diff) | |
download | argaze-913b72b3176dfd4a613f9fb9de1c985fb13b8ad8.zip argaze-913b72b3176dfd4a613f9fb9de1c985fb13b8ad8.tar.gz argaze-913b72b3176dfd4a613f9fb9de1c985fb13b8ad8.tar.bz2 argaze-913b72b3176dfd4a613f9fb9de1c985fb13b8ad8.tar.xz |
Working on aruco markers pipeline.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline')
-rw-r--r-- | docs/user_guide/gaze_analysis_pipeline/ar_layer.md | 2 | ||||
-rw-r--r-- | docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/ar_layer.md b/docs/user_guide/gaze_analysis_pipeline/ar_layer.md index 9261e97..f0291c3 100644 --- a/docs/user_guide/gaze_analysis_pipeline/ar_layer.md +++ b/docs/user_guide/gaze_analysis_pipeline/ar_layer.md @@ -9,7 +9,7 @@ The [ArLayer](../../argaze.md/#argaze.ArFeatures.ArLayer) class defines a space An [ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame) instance can contains multiples [ArLayers](../../argaze.md/#argaze.ArFeatures.ArLayer). -Here is an extract from the JSON ArFrame configuration file with a sample where one layer is added: +Here is an extract from the JSON [ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame) configuration file with a sample where one layer is added: ```json { diff --git a/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md b/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md index 73ed9e1..493471e 100644 --- a/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md +++ b/docs/user_guide/gaze_analysis_pipeline/timestamped_gaze_positions_edition.md @@ -1,4 +1,4 @@ -Edit Timestamped Gaze Positions +Edit timestamped gaze positions =============================== Whatever eye data comes from a file on disk or from a live stream, timestamped gaze positions are required before to go further. |