Skip to content

Commit ad33b04

Browse files
committed
Fixed calibration typo and removed white space
1 parent 8a68dae commit ad33b04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/aruco/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ ArUco Marker Detection
33

44
**ArUco**
55

6-
ArUco markers are easy to detect pattern grids that yield up to 1024 different patterns. They were built for augmented reality and later used for camera caibration. Since the grid uniquely orients the square, the detection algorithm can determing the pose of the grid.
6+
ArUco markers are easy to detect pattern grids that yield up to 1024 different patterns. They were built for augmented reality and later used for camera calibration. Since the grid uniquely orients the square, the detection algorithm can determing the pose of the grid.
77

88
**ChArUco**
99

1010
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.
1111

12-
The smallest ChArUco board is 5 checkers and 4 markers called a "Diamond Marker".
12+
The smallest ChArUco board is 5 checkers and 4 markers called a "Diamond Marker".

0 commit comments

Comments
 (0)