码迷,mamicode.com
首页 > 其他好文 > 详细

cv2 与 matplotlib 的 Bug

时间:2018-11-26 00:22:22      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:无法读取   方案   plot   read   解决方案   问题   ima   路径   bug   

cv2 的 imread 无法读取中文路径

解决方案:

img = cv2.imdecode(np.fromfile(image_path,dtype=np.uint8),cv2.IMREAD_COLOR) # 解决无法取得中文路径问题

matplotlib 的 imread 无法读取 .png 格式图片

解决方案,暂无。

cv2 与 matplotlib 的 Bug

标签:无法读取   方案   plot   read   解决方案   问题   ima   路径   bug   

原文地址:https://www.cnblogs.com/q735613050/p/10017898.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!