Merge pull request #3469 from smeng9:patch-aruco-doc

Fix flipped image in documentation
pull/3476/head
Alexander Smorkalov 2 years ago committed by GitHub
commit fd411e7e37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      modules/aruco/include/opencv2/aruco/aruco_calib.hpp

@ -26,7 +26,7 @@ enum PatternPositionType {
* (markerLength/2, -markerLength/2, 0), (-markerLength/2, -markerLength/2, 0). * (markerLength/2, -markerLength/2, 0), (-markerLength/2, -markerLength/2, 0).
* *
* These pattern points define this coordinate system: * These pattern points define this coordinate system:
* ![Image with axes drawn](tutorials/images/singlemarkersaxes.jpg) * ![Image with axes drawn](tutorials/images/singlemarkersaxes2.jpg)
*/ */
ARUCO_CCW_CENTER, ARUCO_CCW_CENTER,
/** @brief The marker coordinate system is centered on the top-left corner of the marker. /** @brief The marker coordinate system is centered on the top-left corner of the marker.
@ -36,7 +36,7 @@ enum PatternPositionType {
* (markerLength, markerLength, 0), (0, markerLength, 0). * (markerLength, markerLength, 0), (0, markerLength, 0).
* *
* These pattern points define this coordinate system: * These pattern points define this coordinate system:
* ![Image with axes drawn](tutorials/images/singlemarkersaxes2.jpg) * ![Image with axes drawn](tutorials/images/singlemarkersaxes.jpg)
* *
* These pattern dots are convenient to use with a chessboard/ChArUco board. * These pattern dots are convenient to use with a chessboard/ChArUco board.
*/ */

Loading…
Cancel
Save