摘要: 1.opencv如何读取写入中文字符路径 1.1 读取 # cv2 np为numpy img = cv2.imdecode(np.fromfile(image_path, dtype=np.uint8), cv2.IMREAD_COLOR) 1.2 写入 cv2.imencode('.png', i 阅读全文
posted @ 2022-08-27 09:24 风,又奈何 阅读(19) 评论(0) 推荐(0) 编辑