摘要:windows 下读入带有中文的图片路径使用cv2.imread() 不能读入。使用如下代码可以。def cv_imread(filePath): cv_img = cv2.imdecode(np.fromfile(filePath, dtype=np.uint8), cv2.IMREAD_COLO
阅读全文
posted @ 2019-04-30 14:52
posted @ 2019-04-30 14:52
posted @ 2019-04-11 16:27