亲宝软件园·资讯

展开

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

勿忘忧 人气:1

 

用Python打开图像始终提示错误

error: OpenCV(4.1.1) C:\projects\opencv-python\opencv\modules\highgui\src\window.cpp:352:
error: (-215:Assertion failed) size.width>0 && size.height>0 in function 'cv::imshow'
1 import cv2 as cv
2 img = cv.imread('D:\BjutDeeplearning\Opencvtest\python-opencv05\\black.jpg')
3 cv.imshow("img", img)
4 print(img.shape)
5 cv.waitKey(0)
6 cv.destroyAllWindows()

三个注意:

图片放在非中文路径进行读取,

图片改为非中文名,

图片名称前用双\\。

 

加载全部内容

相关教程
猜你喜欢
用户评论