mirror of
https://github.com/opencv/opencv.git
synced 2025-06-08 01:53:19 +08:00
bad image file
This commit is contained in:
parent
a1d2258ac3
commit
6e5da9dbe3
@ -77,7 +77,7 @@ bitwise operations as below:
|
||||
@code{.py}
|
||||
# Load two images
|
||||
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
|
||||
rows,cols,channels = img2.shape
|
||||
|
Loading…
Reference in New Issue
Block a user