You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/aruco/tutorials/aruco_detection/aruco_detection.markdown
+3-2
Original file line number
Diff line number
Diff line change
@@ -286,8 +286,9 @@ translation vectors of the estimated poses will be in the same unit
286
286
- The output parameters `rvecs` and `tvecs` are the rotation and translation vectors respectively, for each of the markers
287
287
in `markerCorners`.
288
288
289
-
The marker coordinate system that is assumed by this function is placed in the top left corner of the marker
290
-
with the Z axis pointing out, as in the following image. Axis-color correspondences are X: red, Y: green, Z: blue. Note the axis directions of the rotated markers in this image.
289
+
The marker coordinate system that is assumed by this function is placed in the center (by default) or
290
+
in the top left corner of the marker with the Z axis pointing out, as in the following image.
291
+
Axis-color correspondences are X: red, Y: green, Z: blue. Note the axis directions of the rotated markers in this image.
291
292
292
293

0 commit comments