From b2617780ca7cd8616956152f09a805e562b81058 Mon Sep 17 00:00:00 2001 From: Théo de la Hogue Date: Wed, 29 Nov 2023 17:26:13 +0100 Subject: Changing for more usefull example. --- .../advanced_topics/aruco_detector_configuration.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/user_guide/aruco_markers_pipeline/advanced_topics/aruco_detector_configuration.md b/docs/user_guide/aruco_markers_pipeline/advanced_topics/aruco_detector_configuration.md index f5b66c6..50d6c0e 100644 --- a/docs/user_guide/aruco_markers_pipeline/advanced_topics/aruco_detector_configuration.md +++ b/docs/user_guide/aruco_markers_pipeline/advanced_topics/aruco_detector_configuration.md @@ -17,9 +17,7 @@ Here is an extract from the JSON [ArUcoCamera](../../../argaze.md/#argaze.ArUcoM "dictionary": "DICT_APRILTAG_16h5", "marker_size": 5, "parameters": { - "cornerRefinementMethod": 3, - "aprilTagQuadSigma": 2, - "aprilTagDeglitch": 1, + "adaptiveThreshConstant": 10, "useAruco3Detection": 1 } }, -- cgit v1.1