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

请问glycv怎么转opencv #211

Open
pengyang1225 opened this issue May 17, 2024 · 3 comments
Open

请问glycv怎么转opencv #211

pengyang1225 opened this issue May 17, 2024 · 3 comments

Comments

@pengyang1225
Copy link

No description provided.

@pengyang1225
Copy link
Author

Flycv转opencv,打错了

@zhangw864680355
Copy link

zhangw864680355 commented Jun 27, 2024

you can refer to the following:
fcv::Mat src;
cv::Mat dst(src.height(), src.width(), CV_8UC(src.channles()), src.data());

@pengyang1225

@ChaoII
Copy link

ChaoII commented Dec 17, 2024

you can refer to the following: fcv::Mat src; cv::Mat dst(src.height(), src.width(), CV_8UC(src.channles()), src.data());

@pengyang1225

请问一下,pencv的Mat有引用计数机制,在cv::Mat转fcv::Mat的时候,是进行的深拷贝,让生命周期独立,还是浅拷贝,关联上对方的生命周期,这些生命周期是怎么处理的,谢谢

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