Opencv-python 带中文路径的图片读写 读取图片 import cv2 as cv import numpy as np # file_path 文件路径 cv_img = cv.imdecode(np.fromfile(file_path, dtype=np.uint8)