aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorThéo de la Hogue2023-11-29 17:26:13 +0100
committerThéo de la Hogue2023-11-29 17:26:13 +0100
commitb2617780ca7cd8616956152f09a805e562b81058 (patch)
treed56255186189e95a6525f496ad5eff1aaff1611a /docs
parent89b3581832f4a0346613c66801e774b1ad7cb68f (diff)
downloadargaze-b2617780ca7cd8616956152f09a805e562b81058.zip
argaze-b2617780ca7cd8616956152f09a805e562b81058.tar.gz
argaze-b2617780ca7cd8616956152f09a805e562b81058.tar.bz2
argaze-b2617780ca7cd8616956152f09a805e562b81058.tar.xz
Changing for more usefull example.
Diffstat (limited to 'docs')
-rw-r--r--docs/user_guide/aruco_markers_pipeline/advanced_topics/aruco_detector_configuration.md4
1 files changed, 1 insertions, 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
}
},