Skip to content

Commit fd411e7

Browse files
authored
Merge pull request #3469 from smeng9:patch-aruco-doc
Fix flipped image in documentation
2 parents 6ebb38d + 33c7030 commit fd411e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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
*/

0 commit comments

Comments
 (0)