Answers for "(-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow'"

1

(-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow' in pycharm

add../ before ur img path if the image and file in same folder...so instead of using imread("img.jpg") use imread("../img.jpg")
Posted by: Guest on April-24-2021
0

error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'cv::imshow'

image = cv.imread('F:/CODES/n07740461_173.jpg')
Posted by: Guest on May-10-2021

Code answers related to "(-215:Assertion failed) size.width>0 && size.height>0 in function 'imshow'"

Browse Popular Code Answers by Language