赞
踩
cv2读取jpg图片,读成灰度图
如果路径中有中文字符怎么办?
def cv_imread(file_path): cv_img = cv2.imdecode(np.fromfile(file_path, dtype=np.uint8), -1) return cv_img