diff options
author | Théo de la Hogue | 2023-08-28 15:05:01 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-08-28 15:05:01 +0200 |
commit | f93d3e2b011fe1c1de93d0094ca45584ddd49936 (patch) | |
tree | a627bdcf45da2a63caaf40d66a12668301acff63 /docs/user_guide/gaze_analysis_pipeline/introduction.md | |
parent | eb8915ec0750699695e4d70af4abef56f56fbe9f (diff) | |
download | argaze-f93d3e2b011fe1c1de93d0094ca45584ddd49936.zip argaze-f93d3e2b011fe1c1de93d0094ca45584ddd49936.tar.gz argaze-f93d3e2b011fe1c1de93d0094ca45584ddd49936.tar.bz2 argaze-f93d3e2b011fe1c1de93d0094ca45584ddd49936.tar.xz |
Improving gaze analysis pipeline documentation.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/introduction.md')
-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 ee67c9d..e696088 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), * [How to deal with an ArFrame instance](../ar_frame_configuration_and_execution), * [How to deal with an ArLayer instance](../ar_layer_configuration_and_execution), -* [How to log resulted gaze analysis](../analysis). +* [How to log resulted gaze analysis](../gaze_analysis_logging), +* [How to visualize heatmap](../heatmap_visualisation). More advanced features are also explained like: -* [How to load plugin from another package](../advanced_topics/plugin_loading) +* [How to load module from another package](../advanced_topics/module_loading) |