aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/aruco_markers/introduction.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/aruco_markers/introduction.md')
-rw-r--r--docs/user_guide/aruco_markers/introduction.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/user_guide/aruco_markers/introduction.md b/docs/user_guide/aruco_markers/introduction.md
index 59795b5..fbf01cf 100644
--- a/docs/user_guide/aruco_markers/introduction.md
+++ b/docs/user_guide/aruco_markers/introduction.md
@@ -1,4 +1,4 @@
-About Aruco markers
+About ArUco markers
===================
![OpenCV ArUco markers](https://pyimagesearch.com/wp-content/uploads/2020/12/aruco_generate_tags_header.png)
@@ -8,6 +8,7 @@ The OpenCV library provides a module to detect fiducial markers into a picture a
The ArGaze [ArUcoMarkers submodule](/argaze/#argaze.ArUcoMarkers) eases markers creation, camera calibration, markers detection and 3D scene pose estimation through a set of high level classes:
* [ArUcoMarkersDictionary](/argaze/#argaze.ArUcoMarkers.ArUcoMarkersDictionary)
+* [ArUcoMarkers](/argaze/#argaze.ArUcoMarkers.ArUcoMarker)
* [ArUcoBoard](/argaze/#argaze.ArUcoMarkers.ArUcoBoard)
* [ArUcoCamera](/argaze/#argaze.ArUcoMarkers.ArUcoCamera)
* [ArUcoDetector](/argaze/#argaze.ArUcoMarkers.ArUcoDetector)