I am trying to use Opencv in Visual Studio 2010. My computer is 64-bit, and I also use the 64-bit version of 2010. I searched a lot of guides for setting up opencv in vs 2010. However, I was not able to succeed. There is a video about compiling and configuring vs 2010 and opencv http://www.youtube.com/watch?v=XeBhwbRoKvk I got a couple of errors, such as: Error 1 error C1083: Cannot open include file: 'tbb / tbb_stddef.h ': There is no such file or directory C: \ SeniorProject \ OPENCV2.1 \ include \ opencv \ cvinternal.h 131 1 cxcore
Error 2 error LNK1104: cannot open file '.... \ lib \ Debug \ cxcore210d.lib' C: \ SeniorProject \ OPENCV2.1 \ build \ tests \ cxts \ LINK cxts Error 4 error C1083: Cannot open include file: 'tbb / tbb_stddef.h': There is no such file or directory c: \ seniorproject \ opencv2.1 \ include \ opencv \ cvinternal.h 131 1 ml
Error 7 errors LNK1104: cannot open file '.... \ lib \ Debug \ cxcore210d.lib' C: \ SeniorProject \ OPENCV2.1 \ build \ apps \ haartraining \ LINK haartraining Error 8 error C1083: Cannot open include file: 'tbb / tbb_stddef.h': There is no such file or directory c: \ seniorproject \ opencv2.1 \ include \ opencv \ cvinternal.h 131 1 mltest Error 9 error LNK1104: cannot open file ".... \ lib \ Debug \ cxcore210d.lib "C: \ SeniorProject \ OPENCV2.1 \ build \ apps \ haartraining \ Performance LINK Error 16 error C1083: Cannot open file include: 'tbb / tbb_stddef.h': There is no such file or directory c: \ seniorproject \ opencv2.1 \ include \ opencv \ cvinternal.h 131 1 traincascade
Other errors are the same as above. I tried to make a project on opencv in C ++, and I was told to do it in 2011. I am using opencv 2.1 not 2.2. Any help would be greatly appreciated.
source share