aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/heatmap.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-04-10 20:04:45 +0200
committerThéo de la Hogue2024-04-10 20:04:45 +0200
commit0c5fb0f3ec5f773797fc08ec769f33e332c7dd46 (patch)
tree9ab69aa9579b00fcb322c9331d09f580a2521c67 /docs/user_guide/gaze_analysis_pipeline/heatmap.md
parentbe59d476d3ff5810da583efe2ac4c62b4294f663 (diff)
downloadargaze-0c5fb0f3ec5f773797fc08ec769f33e332c7dd46.zip
argaze-0c5fb0f3ec5f773797fc08ec769f33e332c7dd46.tar.gz
argaze-0c5fb0f3ec5f773797fc08ec769f33e332c7dd46.tar.bz2
argaze-0c5fb0f3ec5f773797fc08ec769f33e332c7dd46.tar.xz
Updating documentation.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/heatmap.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/heatmap.md24
1 files changed, 13 insertions, 11 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/heatmap.md b/docs/user_guide/gaze_analysis_pipeline/heatmap.md
index 186ce68..2057dbe 100644
--- a/docs/user_guide/gaze_analysis_pipeline/heatmap.md
+++ b/docs/user_guide/gaze_analysis_pipeline/heatmap.md
@@ -13,18 +13,20 @@ Here is an extract from the JSON ArFrame configuration file where heatmap is ena
```json
{
- "name": "My FullHD screen",
- "size": [1920, 1080],
- ...
- "heatmap": {
- "size": [320, 180],
- "sigma": 0.025,
- "buffer": 0
- },
- ...
- "image_parameters": {
+ "argaze.ArFeatures.ArFrame": {
+ "name": "My FullHD screen",
+ "size": [1920, 1080],
...
- "heatmap_weight": 1
+ "heatmap": {
+ "size": [320, 180],
+ "sigma": 0.025,
+ "buffer": 0
+ },
+ ...
+ "image_parameters": {
+ ...
+ "heatmap_weight": 1
+ }
}
}
```