其实也没啥可显摆的,就一行代码:
import cv2 import numpy as np img = cv2.imdecode(np.fromfile(path, dtype=np.uint8), -1) # 可读取中文路径下的图片
具体细节自己去了解吧。