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
Hello,
I always have this problem when building the project in debug mode. It looks like a memory error comes from the real part of the fft().
cv::Mat real(cv::Mat img) { std::vector<cv::Mat> planes; cv::split(img, planes); // Error occurs here. return planes[0]; }
This problem disappear in release mode. The compiler is VS2013.
The text was updated successfully, but these errors were encountered:
I have the same problem, did you have find a solution to solve the problem?
Sorry, something went wrong.
No branches or pull requests
Hello,
I always have this problem when building the project in debug mode.
It looks like a memory error comes from the real part of the fft().
This problem disappear in release mode. The compiler is VS2013.
The text was updated successfully, but these errors were encountered: