1 | initial version |
Strange errors like the one you mentioned may happen, when linking against the wrong libraries. A lot of people had this problem, when linking against Debug libraries in Release Mode. Try to link against the OpenCV modules without Debug Symbols.
For more information see:
Here is an example for OpenCV 2.3.1, I assume your problem is something similar:
2 | No.2 Revision |
Strange errors like the one you mentioned may happen, when linking against the wrong libraries. A lot of people had this problem, when linking against Debug libraries in Release Mode. Try to link against the OpenCV modules without Debug Symbols.Symbols and let me know if it fixes your problem.
For more information see:
Here is an example for OpenCV 2.3.1, I assume your problem is something similar:
3 | No.3 Revision |
Strange errors like the one you mentioned may happen, when linking against the wrong libraries. A lot of people had this problem, when linking against the OpenCV libraries without Debug libraries Symbols in Release Mode. Try to the Debug mode. See if you link against the OpenCV modules without Debug Symbols correct libraries and let me know if it fixes your problem.
For more information see:
Here is an example for OpenCV 2.3.1, I assume your problem is probably you encounter something similar: