diff options
author | Théo de la Hogue | 2023-09-26 10:47:43 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-09-26 10:47:43 +0200 |
commit | 12ae7e20aba323624d360567ea424ac2d315fbc7 (patch) | |
tree | fd76adc669febf6ec19526c6f8278d2d853e8646 /docs/user_guide/gaze_analysis_pipeline/introduction.md | |
parent | 08791230814241baf2283c07cc6b16b00dcccca4 (diff) | |
download | argaze-12ae7e20aba323624d360567ea424ac2d315fbc7.zip argaze-12ae7e20aba323624d360567ea424ac2d315fbc7.tar.gz argaze-12ae7e20aba323624d360567ea424ac2d315fbc7.tar.bz2 argaze-12ae7e20aba323624d360567ea424ac2d315fbc7.tar.xz |
Harmonizing AOI/aoi without s at the end.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/introduction.md')
-rw-r--r-- | docs/user_guide/gaze_analysis_pipeline/introduction.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/introduction.md b/docs/user_guide/gaze_analysis_pipeline/introduction.md index d33d308..76a146c 100644 --- a/docs/user_guide/gaze_analysis_pipeline/introduction.md +++ b/docs/user_guide/gaze_analysis_pipeline/introduction.md @@ -12,7 +12,7 @@ To build your own gaze analysis pipeline, you need to know: * [How to edit timestamped gaze positions](timestamped_gaze_positions_edition.md), * [How to load and execute gaze analysis pipeline](configuration_and_execution.md), * [How to describe frame's AOI](aoi_2d_description.md), -* [How to enable AOIs analysis](aoi_2d_analysis.md), +* [How to enable AOI analysis](aoi_analysis.md), * [How to visualize ArFrame and ArLayers](visualisation.md), * [How to log resulted gaze analysis](logging.md), * [How to make heatmap image](heatmap.md). |