当前位置:网站首页>opencv 读取和写入路径有汉字的处理方法
opencv 读取和写入路径有汉字的处理方法
2022-08-03 15:41:00 【华为云】
读取图片:
img_gt = cv2.imdecode(np.fromfile(path, dtype=np.uint8), -1) img_gt = cv2.cvtColor(img_gt, cv2.IMREAD_COLOR)
写入图片:
write_path=f'{save_dir}/{imgname}.jpg'cv2.imencode('.jpg', output)[1].tofile(write_path) # 保存图片
C++版本
#include<iostream> #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp>#include "opencv2/imgproc.hpp"#include "opencv2/imgcodecs.hpp"#include <opencv2/highgui/highgui_c.h>using namespace cv;int main(){ std::string image_path = samples::findFile("D:\\素材\\1.png"); Mat img = imread(image_path, IMREAD_COLOR); imshow("src", img);//原图像 waitKey(0);}
边栏推荐
- 5 v 8.4 v1A charging current charging management IC
- How to prevent hacking Windows server security Settings
- 每日练习------有10个数字要求分别用选择法从大到小输出
- 微电网和直流电网中最优潮流(OPF)的凸优化(Matlab代码实现)
- How to play deep paging with hundreds of millions of data?Compatible with MySQL + ES + MongoDB
- PHP中高级面试题 – 第三天
- 问题1:get和post的区别
- 开源一夏 | 打工人的第25天-曾经的考研人
- 2021年12月电子学会图形化三级编程题解析含答案:跳高比赛
- Internship Road: Documenting Confusion in My First Internship Project
猜你喜欢
2021年12月电子学会图形化四级编程题解析含答案:聪明的小猫
2021年12月电子学会图形化二级编程题解析含答案:绘制多边形
高压直流输电(HVDC)的最优潮流(OPF)(Matlab代码实现)
MySQL性能优化的'4工具+10技巧'
身为售后工程师的我还是觉得软件测试香,转行成功定薪11.5K,特来分享下经验。
How much does Ark Survival Evolved cost?
cmd 关闭端口
Research on power flow in DC microgrid based on Newton's method (Matlab code implementation)
聊聊这个SaaS领域爆火的话题
扫雷?拿来吧你(递归展开+坐标标记)
随机推荐
Essentially a database data recovery 】 【 database cannot read data recovery case
How to prevent hacking Windows server security Settings
生物统计师与临床医生协同研究使用的低代码洞察平台丨数据科学 x 临床医学
【周报】2022年7月24日
[Code Hoof Set Novice Village 600 Questions] Define a function as a macro
cmd 关闭端口
泰山OFFICE技术讲座:段落边框的绘制难点在哪里?
一个在浏览器中看到的透视Cell实现
How much does Ark Survival Evolved cost?
Reptile attention
A new round of competition for speech recognition has started. Will natural dialogue be the next commanding height?
上亿数据怎么玩深度分页?兼容MySQL + ES + MongoDB
2021年12月电子学会图形化二级编程题解析含答案:绘制多边形
MATLAB gcf figure save image with black background/transparent background
2021年12月电子学会图形化四级编程题解析含答案:森林运动会
程序员面试必备PHP基础面试题 – 第十九天
49 万奖金等你来拿!第四届实时计算 Flink 挑战赛启动,Beyond Stream Processing!
FATFS | 中文显示 | 长文件名
深度学习GPU最全对比,到底谁才是性价比之王?
使用虚幻引擎自动化工具实现自动化部署