diff options
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) |