Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

画图函数失效 #115

Open
fengyanWang opened this issue Feb 1, 2023 · 4 comments
Open

画图函数失效 #115

fengyanWang opened this issue Feb 1, 2023 · 4 comments
Assignees

Comments

@fengyanWang
Copy link

flycv版本:flycv-v1.0.0-android.tar
平台:展锐T610 CPU armv7
复现步骤:读取本地图片,然后调用画图函数,最后保存画图后的数据,保存的图片上没有画图结果

参考代码:
std::string raw_img_path = "/sdcard/Android/data/com.baidu.paddle.lite.demo.ssd_detection/cache/raw.jpg";
fcv::Mat raw_img = fcv::imread(raw_img_path);
fcv::circle(raw_img,fcv::Point(500,500),100,fcv::Scalar(0,0,100),2);

std::string res_img_path = "/sdcard/Android/data/com.baidu.paddle.lite.demo.ssd_detection/cache/raw_res.jpg";
fcv::imwrite(res_img_path, raw_img);

@TomasRan
Copy link
Collaborator

TomasRan commented Feb 1, 2023

fcv::circle(raw_img,fcv::Point(500,500),100,fcv::Scalar(0,0,100),2);
你好,能否打印下这个函数调用返回的状态码

@fengyanWang
Copy link
Author

打印了一直返回是0

@fengyanWang
Copy link
Author

打印了一直返回是0

请问这个问题修复了吗?

@TomasRan
Copy link
Collaborator

TomasRan commented Feb 9, 2023

正在安排复现,有更新会及时同步哈

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants