解决python3中cv2读取中文路径的问题

作者:考拉不喜欢吃火腿 时间:2023-05-17 18:52:10 

如下所示:


python3:

img_path =  ' '

im = cv2.imdecode(np.fromfile(img_path,dtype = np.uint8),-1)

save_path =  ' '

cv2.imencode('.jpg',im)[1].tofile(save_path)

python2.7:

img_path = ' '

im = cv2.imread(img_path.decode(‘utf-8'))

来源:https://blog.csdn.net/qq_24505417/article/details/77946207

标签:python3,cv2,路径
0
投稿

猜你喜欢

  • 关于爬虫中scrapy.Request的更多参数用法

    2023-10-14 02:20:26
  • vue中的插槽详解

    2024-05-03 15:08:50
  • Python使用matplotlib简单绘图示例

    2023-11-03 01:33:00
  • Python使用Matplotlib实现雨点图动画效果的方法

    2023-02-04 10:32:05
  • python对csv文件追加写入列的方法

    2022-11-14 01:56:29
  • JavaScript创始人Brendan Eich访谈录

    2008-09-16 12:01:00
  • thinkphp学习笔记之多表查询

    2023-11-15 02:57:15
  • mysql指定某行或者某列的排序实现方法

    2024-01-27 08:21:17
  • Python内建类型int源码学习

    2023-07-02 19:22:15
  • SQL Server数据库占用过多内存的解决方法

    2009-10-23 14:02:00
  • 详解tensorflow之过拟合问题实战

    2022-08-13 00:46:30
  • JavaScript中把数字转换为字符串的程序代码

    2024-05-03 15:59:46
  • Python Pygame实战之赛车游戏的实现

    2022-09-17 12:12:14
  • python 使用pygame工具包实现贪吃蛇游戏(多彩版)

    2021-05-10 17:29:19
  • 简单谈谈MySQL数据透视表

    2024-01-25 05:42:07
  • Pytorch图像处理注意力机制解析及代码详解

    2023-10-05 03:23:03
  • Python 如何修改程序默认时区

    2022-10-07 15:32:16
  • 实现框架页面iframe的背景透明方法

    2008-06-18 12:21:00
  • Mysql 文件配置解析

    2024-01-26 10:01:54
  • Python错误的处理方法

    2021-08-01 05:38:15
  • asp之家 网络编程 m.aspxhome.com