Skip to content

Commit ec51e4f

Browse files
committed
Merge branch '4.x' into 5.x-merge-4.x-origin
2 parents b46dc31 + 8dfeed7 commit ec51e4f

File tree

59 files changed

+819
-798
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+819
-798
lines changed

.editorconfig

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# https://editorconfig.org/
2+
3+
root = true
4+
5+
[*]
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true
10+
indent_style = space
11+
indent_size = 4
12+
13+
[{CMakeLists.*,*.cmake}]
14+
indent_style = space
15+
indent_size = 2
16+
17+
[Makefile]
18+
indent_style = tab
19+
20+
[*.{bat,cmd,cmd.*}]
21+
end_of_line = crlf
22+
indent_style = space
23+
indent_size = 2
24+
25+
[*.{ps1,ps1.*}]
26+
end_of_line = crlf
27+
indent_style = space
28+
indent_size = 4
29+
30+
[*.{md,markdown}]
31+
indent_size = 2

modules/aruco/include/opencv2/aruco/aruco_calib.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ enum PatternPositionType {
2626
* (markerLength/2, -markerLength/2, 0), (-markerLength/2, -markerLength/2, 0).
2727
*
2828
* These pattern points define this coordinate system:
29-
* ![Image with axes drawn](tutorials/images/singlemarkersaxes.jpg)
29+
* ![Image with axes drawn](tutorials/images/singlemarkersaxes2.jpg)
3030
*/
3131
ARUCO_CCW_CENTER,
3232
/** @brief The marker coordinate system is centered on the top-left corner of the marker.
@@ -36,7 +36,7 @@ enum PatternPositionType {
3636
* (markerLength, markerLength, 0), (0, markerLength, 0).
3737
*
3838
* These pattern points define this coordinate system:
39-
* ![Image with axes drawn](tutorials/images/singlemarkersaxes2.jpg)
39+
* ![Image with axes drawn](tutorials/images/singlemarkersaxes.jpg)
4040
*
4141
* These pattern dots are convenient to use with a chessboard/ChArUco board.
4242
*/

modules/aruco/samples/aruco_dict_utils.cpp

Lines changed: 0 additions & 268 deletions
This file was deleted.

0 commit comments

Comments
 (0)