Skip to content

Commit 377e856

Browse files
committed
Fix file ending
1 parent fc4e8cb commit 377e856

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

modules/aruco/tutorials/aruco_board_detection/aruco_board_detection.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ In this case the margin is 10.
156156

157157
The output image will be something like this:
158158

159-
![](images/board.jpg)
159+
![](images/board.png)
160160

161161
A full working example of board creation is included in the `create_board.cpp` inside the `modules/aruco/samples/`.
162162

modules/aruco/tutorials/charuco_detection/charuco_detection.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ In this case the margin is 10.
8888

8989
The output image will be something like this:
9090

91-
![](images/charucoboard.jpg)
91+
![](images/charucoboard.png)
9292

9393
A full working example is included in the `create_board_charuco.cpp` inside the `modules/aruco/samples/`.
9494

modules/bioinspired/tutorials/retina_illusion/retina_illusion.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ values of the two squares with the picker tool.
3030

3131
In this image I've cropped a little piece of the A and B squares and I've put them side-by-side.
3232
It should be quite evident they have the same luminance.
33-
![Adelson checkerboard proof](images/checkershadow_illusion4med_proof.jpg)
33+
![Adelson checkerboard proof](images/checkershadow_illusion4med_proof.png)
3434

3535
It's worth to know that this illusion works because the checkerboard image, as you may see it
3636
on your laptop, casts on your retina with dimensions that cause the retina local adaptation to take
@@ -184,4 +184,4 @@ opportunity of writing this tutorial, and for reviewing it.
184184

185185
**Edward Adelson** - for allowing me to freely use his checkerboard image.
186186

187-
**Antonio Cuni** - for reviewing this tutorial and for writing the Python code.
187+
**Antonio Cuni** - for reviewing this tutorial and for writing the Python code.

0 commit comments

Comments
 (0)