I’m not sure if this is the right place to ask such a question, but I don’t have a better sense.
After LOTS encoding in OpenCV, I try to switch to the new C ++ - openCV interface, which was introduced in OpenCV 2.0. but I get weird errors all the time.
For instance:
- When trying to use the prebuilt dll and libs libraries, I got exceptions in cv :: warpAffine and "findContours" cv :: function at runtime. I compiled openCV, used my own build of libs and dll, and everything fixed!
- the same problem arose on Linux.
- linking the built-in Debug DLLs with the Release built-in causes some unexpected runtime errors and vice versa.
and some other errors. can someone help me with what i am doing wrong? (please keep in mind that I encoded a lot with the old version of openCV).
source
share