From 68e55497b956652fa4d8cc1afec86a9c6df74730 Mon Sep 17 00:00:00 2001 From: Paul Jurczak Date: Thu, 12 Aug 2021 23:06:00 -0600 Subject: [PATCH] corrected a typo --- modules/aruco/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/aruco/README.md b/modules/aruco/README.md index d40ae78f2..9ed16270f 100644 --- a/modules/aruco/README.md +++ b/modules/aruco/README.md @@ -7,6 +7,6 @@ ArUco markers are easy to detect pattern grids that yield up to 1024 different p **ChArUco** -ArUco markers were improved by interspersing them inside a checkerboard called ChArUco. Checkerboard corner intersectionsa provide more stable corners because the edge location bias on one square is countered by the opposite edge orientation in the connecting square. By interspersing ArUco markers inside the checkerboard, each checkerboard corner gets a label which enables it to be used in complex calibration or pose scenarios where you cannot see all the corners of the checkerboard. +ArUco markers were improved by interspersing them inside a checkerboard called ChArUco. Checkerboard corner intersections provide more stable corners because the edge location bias on one square is countered by the opposite edge orientation in the connecting square. By interspersing ArUco markers inside the checkerboard, each checkerboard corner gets a label which enables it to be used in complex calibration or pose scenarios where you cannot see all the corners of the checkerboard. The smallest ChArUco board is 5 checkers and 4 markers called a "Diamond Marker".