aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/aruco_markers_pipeline/introduction.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-11-23 02:27:59 +0100
committerThéo de la Hogue2023-11-23 02:27:59 +0100
commit2f65eeb2ed01d27817c42122c5284c9d5e608753 (patch)
treeaa58c9bfe0856eb6fcc8c62a69f63de6fe30f7c4 /docs/user_guide/aruco_markers_pipeline/introduction.md
parent74ed30fa3417c5a1bb5f147d779250e5bbdbd521 (diff)
downloadargaze-2f65eeb2ed01d27817c42122c5284c9d5e608753.zip
argaze-2f65eeb2ed01d27817c42122c5284c9d5e608753.tar.gz
argaze-2f65eeb2ed01d27817c42122c5284c9d5e608753.tar.bz2
argaze-2f65eeb2ed01d27817c42122c5284c9d5e608753.tar.xz
Refactoring aruco markers pipeline illustrations.
Diffstat (limited to 'docs/user_guide/aruco_markers_pipeline/introduction.md')
-rw-r--r--docs/user_guide/aruco_markers_pipeline/introduction.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/user_guide/aruco_markers_pipeline/introduction.md b/docs/user_guide/aruco_markers_pipeline/introduction.md
index 37ab055..94370f4 100644
--- a/docs/user_guide/aruco_markers_pipeline/introduction.md
+++ b/docs/user_guide/aruco_markers_pipeline/introduction.md
@@ -9,9 +9,9 @@ The OpenCV library provides a module to detect fiducial markers into a picture a
The ArGaze [ArUcoMarkers submodule](../../argaze.md/#argaze.ArUcoMarkers) eases markers creation, markers detection and 3D scene pose estimation through a set of high level classes.
-<!-- First, let's look at the schema below: it gives an overview of the main notions involved in the following chapters. -->
+First, let's look at the schema below: it gives an overview of the main notions involved in the following chapters.
-<!-- ![ArUco markers pipeline](../../img/aruco_markers_pipeline.png) -->
+![ArUco markers pipeline](../../img/aruco_markers_pipeline.png)
To build your own ArUco markers pipeline, you need to know: