aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/gaze_analysis_pipeline/background.md
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-10 00:53:33 +0200
committerThéo de la Hogue2024-07-10 00:53:33 +0200
commit8b552b5eb94ddb0491b17ec9c88a4c7c45fdc7c2 (patch)
tree3cd0cab7b849ce6225665d7f94675c47595ca854 /docs/user_guide/gaze_analysis_pipeline/background.md
parent623cb881135f8eb283aa73b24b3105f17346d1e1 (diff)
downloadargaze-8b552b5eb94ddb0491b17ec9c88a4c7c45fdc7c2.zip
argaze-8b552b5eb94ddb0491b17ec9c88a4c7c45fdc7c2.tar.gz
argaze-8b552b5eb94ddb0491b17ec9c88a4c7c45fdc7c2.tar.bz2
argaze-8b552b5eb94ddb0491b17ec9c88a4c7c45fdc7c2.tar.xz
Removing repetitions in comments and documentation.
Diffstat (limited to 'docs/user_guide/gaze_analysis_pipeline/background.md')
-rw-r--r--docs/user_guide/gaze_analysis_pipeline/background.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/gaze_analysis_pipeline/background.md b/docs/user_guide/gaze_analysis_pipeline/background.md
index 900d151..11285e3 100644
--- a/docs/user_guide/gaze_analysis_pipeline/background.md
+++ b/docs/user_guide/gaze_analysis_pipeline/background.md
@@ -7,7 +7,7 @@ Background is an optional [ArFrame](../../argaze.md/#argaze.ArFeatures.ArFrame)
## Load and display ArFrame background
-[ArFrame.background](../../argaze.md/#argaze.ArFeatures.ArFrame.background) can be enabled thanks to a dedicated JSON entry.
+[ArFrame.background](../../argaze.md/#argaze.ArFeatures.ArFrame.background) can be enabled with a dedicated JSON entry.
Here is an extract from the JSON ArFrame configuration file where a background picture is loaded and displayed:
@@ -28,7 +28,7 @@ Here is an extract from the JSON ArFrame configuration file where a background p
```
!!! note
- As explained in [visualization chapter](visualization.md), the resulting image is accessible thanks to [ArFrame.image](../../argaze.md/#argaze.ArFeatures.ArFrame.image) method.
+ As explained in [visualization chapter](visualization.md), the resulting image is accessible with [ArFrame.image](../../argaze.md/#argaze.ArFeatures.ArFrame.image) method.
Now, let's understand the meaning of each JSON entry.