Ask Your Question

Revision history [back]

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:

  • http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html

Here is an example for OpenCV 2.3.1, I assume your problem is something similar:

  • http://stackoverflow.com/questions/10204739/opencv-eigenfaces-with-csv-file/10219009#10219009

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:

  • http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html

Here is an example for OpenCV 2.3.1, I assume your problem is something similar:

  • http://stackoverflow.com/questions/10204739/opencv-eigenfaces-with-csv-file/10219009#10219009

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:

  • http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html

Here is an example for OpenCV 2.3.1, I assume your problem is probably you encounter something similar:

  • http://stackoverflow.com/questions/10204739/opencv-eigenfaces-with-csv-file/10219009#10219009