Commit 6e5da9db authored by LaurentBerger's avatar LaurentBerger

bad image file

parent a1d2258a
...@@ -77,7 +77,7 @@ bitwise operations as below: ...@@ -77,7 +77,7 @@ bitwise operations as below:
@code{.py} @code{.py}
# Load two images # Load two images
img1 = cv.imread('messi5.jpg') img1 = cv.imread('messi5.jpg')
img2 = cv.imread('opencv-logo.png') img2 = cv.imread('opencv-logo-white.png')
# I want to put logo on top-left corner, So I create a ROI # I want to put logo on top-left corner, So I create a ROI
rows,cols,channels = img2.shape rows,cols,channels = img2.shape
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment