2024年12月11日

python opencv read image with with Chinese character

摘要: example import cv2 import numpy as np ff = "D:\\数据dog.jpg" img = cv2.imdecode(np.fromfile(file=ff, dtype=np.uint8), -1) print(img.shape) 阅读全文

posted @ 2024-12-11 16:32 yusisc 阅读(7) 评论(0) 推荐(0) 编辑

导航