04 2019 档案

摘要: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 兔子二 阅读(230) 评论(0) 推荐(0)

摘要:https://blog.csdn.net/qq_40774175/article/details/81273198 阅读全文

posted @ 2019-04-11 16:27 兔子二 阅读(95) 评论(0) 推荐(0)

导航