Merge pull request #10675 from LaurentBerger:tutopy_arithm

pull/10681/head
Alexander Alekhin 7 years ago
commit c401168bea
  1. 2
      doc/py_tutorials/py_core/py_image_arithmetics/py_image_arithmetics.markdown

@ -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…
Cancel
Save