Skip to content

Commit 8639a7b

Browse files
author
AleksandrPanov
committed
update images
1 parent b950d36 commit 8639a7b

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

modules/aruco/tutorials/aruco_calibration/aruco_calibration.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ same way that the standard calibration does with the traditional chessboard patt
3131
benefits of using ChArUco, occlusions and partial views are allowed, and not all the corners need to be
3232
visible in all the viewpoints.
3333

34-
![ChArUco calibration viewpoints](images/charucocalibration.png)
34+
![ChArUco calibration viewpoints](images/charucocalibration.jpg)
3535

3636
The example of using `cv::calibrateCamera()` for cv::aruco::CharucoBoard:
3737

@@ -66,7 +66,7 @@ As it has been stated, it is recommended the use of ChAruco boards instead of Ar
6666
ChArUco corners are more accurate than marker corners. However, in some special cases it must be required to use calibration
6767
based on ArUco boards. As in the previous case, it requires the detections of an ArUco board from different viewpoints.
6868

69-
![ArUco calibration viewpoints](images/arucocalibration.png)
69+
![ArUco calibration viewpoints](images/arucocalibration.jpg)
7070

7171
The example of using `cv::calibrateCamera()` for cv::aruco::GridBoard:
7272

Loading
Binary file not shown.
Loading
Binary file not shown.

0 commit comments

Comments
 (0)