aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/aruco_markers_pipeline/introduction.md
diff options
context:
space:
mode:
authorThéo de la Hogue2023-09-06 10:01:12 +0200
committerThéo de la Hogue2023-09-06 10:01:12 +0200
commit935ca70dfa1cde21b6c3c43659db3dcac3223c44 (patch)
treee8f8a984058261ce7cd37eee1c0e0a62aaa4b349 /docs/user_guide/aruco_markers_pipeline/introduction.md
parent067b3c6dc2588be4c4e416f4f07b7dd45cf1bc67 (diff)
downloadargaze-935ca70dfa1cde21b6c3c43659db3dcac3223c44.zip
argaze-935ca70dfa1cde21b6c3c43659db3dcac3223c44.tar.gz
argaze-935ca70dfa1cde21b6c3c43659db3dcac3223c44.tar.bz2
argaze-935ca70dfa1cde21b6c3c43659db3dcac3223c44.tar.xz
Renaming aruco markers pipeline chapter. Working on aruco camera configuratin chapter.
Diffstat (limited to 'docs/user_guide/aruco_markers_pipeline/introduction.md')
-rw-r--r--docs/user_guide/aruco_markers_pipeline/introduction.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user_guide/aruco_markers_pipeline/introduction.md b/docs/user_guide/aruco_markers_pipeline/introduction.md
index d2b19eb..ae174f3 100644
--- a/docs/user_guide/aruco_markers_pipeline/introduction.md
+++ b/docs/user_guide/aruco_markers_pipeline/introduction.md
@@ -15,7 +15,7 @@ First, let's look at the schema below: it gives an overview of the main notions
To build your own ArUco markers pipeline, you need to know:
-* [How to build an ArUco markers scene](aruco_scene_creation.md),
+* [How to setup ArUco markers into a scene](aruco_markers_description.md),
* [How to calibrate optic parameters](optic_parameters_calibration.md),
* [How to deal with an ArUcoCamera instance](aruco_camera_configuration_and_execution.md),
* [How to add ArScene instance](ar_scene.md),
@@ -24,3 +24,4 @@ To build your own ArUco markers pipeline, you need to know:
More advanced features are also explained like:
* [How to script ArUco markers pipeline](advanced_topics/scripting.md)
+* [How to improve ArUco markers detection](advanced_topics/aruco_detector_configuration.md)