aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/aruco_marker_pipeline
diff options
context:
space:
mode:
authorThéo de la Hogue2024-07-08 08:14:26 +0200
committerThéo de la Hogue2024-07-08 08:14:26 +0200
commit35a3bf4f33eab43f88d166ac76853dfa4c909d9a (patch)
tree39e8ea30c38264e6e09a72cd6a3817e33e0a7250 /docs/user_guide/aruco_marker_pipeline
parent5331eee606306157a0040d5ed13fc7fe54a1215b (diff)
downloadargaze-35a3bf4f33eab43f88d166ac76853dfa4c909d9a.zip
argaze-35a3bf4f33eab43f88d166ac76853dfa4c909d9a.tar.gz
argaze-35a3bf4f33eab43f88d166ac76853dfa4c909d9a.tar.bz2
argaze-35a3bf4f33eab43f88d166ac76853dfa4c909d9a.tar.xz
Adding a warning.
Diffstat (limited to 'docs/user_guide/aruco_marker_pipeline')
-rw-r--r--docs/user_guide/aruco_marker_pipeline/introduction.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/user_guide/aruco_marker_pipeline/introduction.md b/docs/user_guide/aruco_marker_pipeline/introduction.md
index ef2e4da..54e1a1f 100644
--- a/docs/user_guide/aruco_marker_pipeline/introduction.md
+++ b/docs/user_guide/aruco_marker_pipeline/introduction.md
@@ -9,6 +9,9 @@ The OpenCV library provides a module to detect fiducial markers in a picture and
The ArGaze [ArUcoMarker submodule](../../argaze.md/#argaze.ArUcoMarker) eases markers creation, markers detection, and 3D scene pose estimation through a set of high-level classes.
+!!! warning "Read eye tracking context and gaze analysis pipeline sections before"
+ This section assumes that the incoming gaze positions are provided by an [eye tracking context](../eye_tracking_context/introduction.md) and also assumes that the way a [gaze analysis pipeline](../gaze_analysis_pipeline/introduction.md) works is understood.
+
First, let's look at the schema below. It gives an overview of the main notions involved in the following chapters.
![ArUco marker pipeline](../../img/aruco_marker_pipeline.png)