From a9b246786817dfa7818be720ce2a27087e537073 Mon Sep 17 00:00:00 2001 From: shyama7004 Date: Fri, 7 Mar 2025 17:39:49 +0530 Subject: [PATCH] fix the not working link --- .../objdetect/aruco_detection/aruco_detection.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorials/objdetect/aruco_detection/aruco_detection.markdown b/doc/tutorials/objdetect/aruco_detection/aruco_detection.markdown index d3ac745160..edd43866e7 100644 --- a/doc/tutorials/objdetect/aruco_detection/aruco_detection.markdown +++ b/doc/tutorials/objdetect/aruco_detection/aruco_detection.markdown @@ -18,7 +18,7 @@ of these markers is that a single marker provides enough correspondences (its fo to obtain the camera pose. Also, the inner binary codification makes them specially robust, allowing the possibility of applying error detection and correction techniques. -The aruco module is based on the [ArUco library](http://www.uco.es/investiga/grupos/ava/node/26), +The aruco module is based on the [ArUco library](https://www.uco.es/investiga/grupos/ava/portfolio/aruco/), a popular library for detection of square fiducial markers developed by Rafael Muñoz and Sergio Garrido @cite Aruco2014. The aruco functionalities are included in: