From 6e5da9dbe3a0a74454f753288f3d07499f780c0e Mon Sep 17 00:00:00 2001 From: LaurentBerger Date: Wed, 24 Jan 2018 09:09:49 +0100 Subject: [PATCH] bad image file --- .../py_core/py_image_arithmetics/py_image_arithmetics.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/py_tutorials/py_core/py_image_arithmetics/py_image_arithmetics.markdown b/doc/py_tutorials/py_core/py_image_arithmetics/py_image_arithmetics.markdown index 8eddf7f1fd..b90982a4c3 100644 --- a/doc/py_tutorials/py_core/py_image_arithmetics/py_image_arithmetics.markdown +++ b/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