赞
踩
import cv2import numpy as np# 读取图像#可以包含中文路径image_path=r"C:\Users\好.jpg"image = cv2.imdecode(np.fromfile(image_path, dtype=np.uint8))