findContours ERROR
Hello,
I need your help!
When I compile my code in VS15 in debug mode and start it with VS everything works.
But if I run my program as debug exe, I get this error after findContours
The problem comes from findContours, but I have no idea to fix it. -_-
If I create a release version of my application. The app crashes without an error.
please check, if you accidentally use opencv debug libs with release mode, or vice versa.
no I use the debug libs for debug and the release for release. Strange is that it works debug compiled in VS but not the debug.exe version