解决python3中cv2读取中文路径的问题 如下所示:python3:img_path= ''im=cv2.imdecode(np.fromfile(img_path,dtype=np.uint8),-1)save_path= ''cv2.im 中文路径