aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThéo de la Hogue2023-11-21 07:34:30 +0100
committerThéo de la Hogue2023-11-21 07:34:30 +0100
commitc2891756725486adbdf7c593a9ea4e4ccf7cd2ca (patch)
tree771907c5e656b5b328e73fcbdddee91ff96112c1 /docs
parent02a638e461db216656fae11426741850a2b782d9 (diff)
downloadargaze-c2891756725486adbdf7c593a9ea4e4ccf7cd2ca.zip
argaze-c2891756725486adbdf7c593a9ea4e4ccf7cd2ca.tar.gz
argaze-c2891756725486adbdf7c593a9ea4e4ccf7cd2ca.tar.bz2
argaze-c2891756725486adbdf7c593a9ea4e4ccf7cd2ca.tar.xz
Single marker pose estimation is not done anymore.
Diffstat (limited to 'docs')
-rw-r--r--docs/img/aruco_camera_markers_detection.pngbin35629 -> 34318 bytes
-rw-r--r--docs/user_guide/aruco_markers_pipeline/configuration_and_execution.md2
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/img/aruco_camera_markers_detection.png b/docs/img/aruco_camera_markers_detection.png
index a954313..4066662 100644
--- a/docs/img/aruco_camera_markers_detection.png
+++ b/docs/img/aruco_camera_markers_detection.png
Binary files differ
diff --git a/docs/user_guide/aruco_markers_pipeline/configuration_and_execution.md b/docs/user_guide/aruco_markers_pipeline/configuration_and_execution.md
index 60a1115..329a137 100644
--- a/docs/user_guide/aruco_markers_pipeline/configuration_and_execution.md
+++ b/docs/user_guide/aruco_markers_pipeline/configuration_and_execution.md
@@ -72,7 +72,7 @@ The size of the [ArUcoCamera](../../argaze.md/#argaze.ArUcoMarkers.ArUcoCamera)
### *aruco_detector*
-The first [ArUcoCamera](../../argaze.md/#argaze.ArUcoMarkers.ArUcoCamera) pipeline step is to detect ArUco markers inside input image and estimate their poses.
+The first [ArUcoCamera](../../argaze.md/#argaze.ArUcoMarkers.ArUcoCamera) pipeline step is to detect ArUco markers inside input image.
![ArUco markers detection](../../img/aruco_camera_markers_detection.png)