如下所示:
python学习网,大量的免费,欢迎在线学习!
相关推荐:《》
import cv2 im = cv2.imread('2.jpg') if im is None: print("图像为空") # cv2.imshow("ss", im) # cv2.waitKey(0)