Skip to content

Commit 366f25b

Browse files
committed
Merge pull request #683 from wujiang:patch-1
2 parents ba1d3ef + 9481d44 commit 366f25b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/aruco/samples/calibrate_camera_charuco.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ const char* about =
5757
const char* keys =
5858
"{w | | Number of squares in X direction }"
5959
"{h | | Number of squares in Y direction }"
60-
"{sl | | Square side lenght (in pixels) }"
61-
"{ml | | Marker side lenght (in pixels) }"
60+
"{sl | | Square side length (in pixels) }"
61+
"{ml | | Marker side length (in pixels) }"
6262
"{d | | dictionary: DICT_4X4_50=0, DICT_4X4_100=1, DICT_4X4_250=2,"
6363
"DICT_4X4_1000=3, DICT_5X5_50=4, DICT_5X5_100=5, DICT_5X5_250=6, DICT_5X5_1000=7, "
6464
"DICT_6X6_50=8, DICT_6X6_100=9, DICT_6X6_250=10, DICT_6X6_1000=11, DICT_7X7_50=12,"

0 commit comments

Comments
 (0)