diff options
author | Théo de la Hogue | 2023-08-30 23:25:50 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-08-30 23:25:50 +0200 |
commit | 6ba7d69e36cdae670d49897daa300d371fddfc42 (patch) | |
tree | 94c4d6a8dc410f3e162c9cc563990f4f7d5411bb /docs | |
parent | 31df32870f06460be8069c171cb032f5aa74a098 (diff) | |
download | argaze-6ba7d69e36cdae670d49897daa300d371fddfc42.zip argaze-6ba7d69e36cdae670d49897daa300d371fddfc42.tar.gz argaze-6ba7d69e36cdae670d49897daa300d371fddfc42.tar.bz2 argaze-6ba7d69e36cdae670d49897daa300d371fddfc42.tar.xz |
Fixing code annotations.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/user_guide/gaze_analysis_pipeline/introduction.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/introduction.md b/docs/user_guide/gaze_analysis_pipeline/introduction.md index 8c4d159..c3f574b 100644 --- a/docs/user_guide/gaze_analysis_pipeline/introduction.md +++ b/docs/user_guide/gaze_analysis_pipeline/introduction.md @@ -12,8 +12,9 @@ To build your own gaze analysis pipeline, you need to know: * [How to edit timestamped gaze positions](timestamped_gaze_positions_edition.md), * [How to deal with an ArFrame instance](ar_frame_configuration_and_execution.md), * [How to deal with an ArLayer instance](ar_layer_configuration_and_execution.md), -* [How to log resulted gaze analysis](gaze_analysis_logging.md), -* [How to visualize heatmap](heatmap_visualisation.md). +* [How to visualize ArFrame and ArLayers](visualisation.md), +* [How to log resulted gaze analysis](logging.md), +* [How to add heatmap](heatmap.md). More advanced features are also explained like: |