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

memory error at tracker.init() #8

Open
arifle opened this issue May 31, 2017 · 1 comment
Open

memory error at tracker.init() #8

arifle opened this issue May 31, 2017 · 1 comment

Comments

@arifle
Copy link

arifle commented May 31, 2017

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.

@iscas-lee
Copy link

I have the same problem, did you have find a solution to solve the problem?

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

2 participants