网络编程
位置:首页>> 网络编程>> Python编程>> 解决python3中cv2读取中文路径的问题

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

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

标签:python3,cv2,路径

如下所示:


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

0
投稿

猜你喜欢

手机版 网络编程 asp之家 www.aspxhome.com