mirror of
https://github.com/opencv/opencv_contrib.git
synced 2025-10-15 20:37:07 +08:00
Merge pull request #3292 from jspricke:jpg_png
This commit is contained in:
@@ -156,7 +156,7 @@ In this case the margin is 10.
|
|||||||
|
|
||||||
The output image will be something like this:
|
The output image will be something like this:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
A full working example of board creation is included in the `create_board.cpp` inside the `modules/aruco/samples/`.
|
A full working example of board creation is included in the `create_board.cpp` inside the `modules/aruco/samples/`.
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -88,7 +88,7 @@ In this case the margin is 10.
|
|||||||
|
|
||||||
The output image will be something like this:
|
The output image will be something like this:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
A full working example is included in the `create_board_charuco.cpp` inside the `modules/aruco/samples/`.
|
A full working example is included in the `create_board_charuco.cpp` inside the `modules/aruco/samples/`.
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
@@ -30,7 +30,7 @@ values of the two squares with the picker tool.
|
|||||||
|
|
||||||
In this image I've cropped a little piece of the A and B squares and I've put them side-by-side.
|
In this image I've cropped a little piece of the A and B squares and I've put them side-by-side.
|
||||||
It should be quite evident they have the same luminance.
|
It should be quite evident they have the same luminance.
|
||||||

|

|
||||||
|
|
||||||
It's worth to know that this illusion works because the checkerboard image, as you may see it
|
It's worth to know that this illusion works because the checkerboard image, as you may see it
|
||||||
on your laptop, casts on your retina with dimensions that cause the retina local adaptation to take
|
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.
|
|||||||
|
|
||||||
**Edward Adelson** - for allowing me to freely use his checkerboard image.
|
**Edward Adelson** - for allowing me to freely use his checkerboard image.
|
||||||
|
|
||||||
**Antonio Cuni** - for reviewing this tutorial and for writing the Python code.
|
**Antonio Cuni** - for reviewing this tutorial and for writing the Python code.
|
||||||
|
Reference in New Issue
Block a user