We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Flycv转opencv,打错了
Sorry, something went wrong.
you can refer to the following: fcv::Mat src; cv::Mat dst(src.height(), src.width(), CV_8UC(src.channles()), src.data());
@pengyang1225
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的时候,是进行的深拷贝,让生命周期独立,还是浅拷贝,关联上对方的生命周期,这些生命周期是怎么处理的,谢谢
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: