diff options
author | Théo de la Hogue | 2023-09-28 23:31:33 +0200 |
---|---|---|
committer | Théo de la Hogue | 2023-09-28 23:31:33 +0200 |
commit | c12e429190b4f63064c81edfa08fb00b8ed8a28c (patch) | |
tree | e8d2238a70707061645f85405ac1bb4bf29bfa1d /docs/user_guide/gaze_analysis_pipeline/aoi_analysis.md | |
parent | 0ab16a1a93ba62e791489f453d4ec20b7b5655bb (diff) | |
download | argaze-c12e429190b4f63064c81edfa08fb00b8ed8a28c.zip argaze-c12e429190b4f63064c81edfa08fb00b8ed8a28c.tar.gz argaze-c12e429190b4f63064c81edfa08fb00b8ed8a28c.tar.bz2 argaze-c12e429190b4f63064c81edfa08fb00b8ed8a28c.tar.xz |
Improving documentation details.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/aoi_analysis.md')
-rw-r--r-- | docs/user_guide/gaze_analysis_pipeline/aoi_analysis.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/aoi_analysis.md b/docs/user_guide/gaze_analysis_pipeline/aoi_analysis.md index b282f80..3fd15db 100644 --- a/docs/user_guide/gaze_analysis_pipeline/aoi_analysis.md +++ b/docs/user_guide/gaze_analysis_pipeline/aoi_analysis.md @@ -1,13 +1,13 @@ Enable AOI analysis =================== -Once [ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame) is [configured](configuration_and_execution.md) and [2D AOI are described](aoi_2d_description.md), gaze movement can be matched with AOI to build an AOI scan path before analyze it. +Once [ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame) is [configured](configuration_and_execution.md) and [2D AOI are described](aoi_2d_description.md), fixation can be matched with AOI to build an AOI scan path before analyze it. ![Layer](../../img/ar_layer.png) ## Add ArLayer to ArFrame JSON configuration file -The [ArLayer](../../argaze.md/#argaze.ArFeatures.ArLayer) class defines a space where to make matching of gaze movements with AOI and inside which those matchings need to be analyzed. +The [ArLayer](../../argaze.md/#argaze.ArFeatures.ArLayer) class defines a space where to make matching of fixations with AOI and inside which those matchings need to be analyzed. Here is an extract from the JSON [ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame) configuration file with a sample where one layer is added: |