aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/heatmap.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-28 23:31:33 +0200
committerThéo de la Hogue2023-09-28 23:31:33 +0200
commitc12e429190b4f63064c81edfa08fb00b8ed8a28c (patch)
treee8d2238a70707061645f85405ac1bb4bf29bfa1d /docs/user_guide/gaze_analysis_pipeline/heatmap.md
parent0ab16a1a93ba62e791489f453d4ec20b7b5655bb (diff)
downloadargaze-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/heatmap.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/heatmap.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/heatmap.md b/docs/user_guide/gaze_analysis_pipeline/heatmap.md
index 5310d64..6d9ad18 100644
--- a/docs/user_guide/gaze_analysis_pipeline/heatmap.md
+++ b/docs/user_guide/gaze_analysis_pipeline/heatmap.md
@@ -33,21 +33,21 @@ Here is an extract from the JSON ArFrame configuration file where heatmap is ena
Now, let's understand the meaning of each JSON entry.
-### Size
+### *size*
The heatmap image size in pixel. Higher size implies higher CPU load.
-### Sigma
+### *sigma*
The gaussian point spreading to draw at each gaze position.
![Point spread](../../img/point_spread.png)
-### Buffer
+### *buffer*
The size of point spread images buffer (0 means no buffering) to visualize only last N gaze positions.
-### Heatmap weight
+### *heatmap_weight*
The weight of heatmap overlay in [ArFrame.image](../../argaze.md/#argaze.ArFeatures.ArFrame.image) between 0 and 1.