标签: python image opencv
我正在尝试读取图像文件,但它返回一个全零矩阵。
import cv2 a = cv2.imread('0000.jpg') print(a)
即使a.shape运行良好,print(a)也只打印0个值。 我需要你的帮助