mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-16 13:57:05 +08:00
Merge pull request #3469 from smeng9:patch-aruco-doc
Fix flipped image in documentation
This commit is contained in:
@@ -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:
|
||||||
* 
|
* 
|
||||||
*/
|
*/
|
||||||
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:
|
||||||
* 
|
* 
|
||||||
*
|
*
|
||||||
* These pattern dots are convenient to use with a chessboard/ChArUco board.
|
* These pattern dots are convenient to use with a chessboard/ChArUco board.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user