import time, cv2 original = cv2.imread(r'C:\nw\1.png') print(original)
路径没有错,但输出结果是None
收起
使用try, except看看问题所在。
报告相同问题?