diff options
author | Théo de la Hogue | 2023-08-23 13:58:16 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-08-23 13:58:16 +0200 |
commit | e88fe8f8c2b0bffee3d67b73200381cde2351dab (patch) | |
tree | 51028d813b3abad0e5c03767fe123593dc4f81bd /docs/user_guide/gaze_analysis_pipeline/introduction.md | |
parent | 2c7562e6d64dcd34529f105bfd4d007f2d1addf9 (diff) | |
download | argaze-e88fe8f8c2b0bffee3d67b73200381cde2351dab.zip argaze-e88fe8f8c2b0bffee3d67b73200381cde2351dab.tar.gz argaze-e88fe8f8c2b0bffee3d67b73200381cde2351dab.tar.bz2 argaze-e88fe8f8c2b0bffee3d67b73200381cde2351dab.tar.xz |
Adding gaze analysis pipeline user guide section. Hidding older user guide sections.
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 568cba2..ee67c9d 100644 --- a/docs/user_guide/gaze_analysis_pipeline/introduction.md +++ b/docs/user_guide/gaze_analysis_pipeline/introduction.md @@ -11,7 +11,7 @@ To build your own gaze analysis pipeline, you need to know: * [How to edit timestamped gaze positions](../timestamped_gaze_positions_edition), * [How to deal with an ArFrame instance](../ar_frame_configuration_and_execution), -* [How to setup Areas Of Interest](../ar_frame_aoi_configuration), +* [How to deal with an ArLayer instance](../ar_layer_configuration_and_execution), * [How to log resulted gaze analysis](../analysis). More advanced features are also explained like: |