When in debug mode, I get the errors
cannot open source file "opencv2/core.hpp"
cannot open source file "opencv2/imgcodecs.hpp"
cannot open source file "opencv2/highgui.hpp"
With the sample code.
In release mode I don't get those errors, but when I try to build, I get the error
error LNK1181: cannot open input file 'opencv_calib3d320.lib'
I have scoured the internet without any luck in finding an answer to this problem. Please help!
↧