i have a problem with opencv working on my system. the supporting software i have installed: microsoft visual c++ studio 2010 express opencv2.4.0 cmake 2.8.8 windows sdk7.1 .net framework.4 so, after compiling opencv with the help of cmake, when i try to build the solution- it says it cant load some 11 projects and they are 3rd party,cmake targets,modules,extra,samples,c,cpp,gpu,tests accuracy,tests performance. i still built the solution and it said only 17 succeeded and 152 failed!! can someone help??
In which order did you install it all?
And I would consider using MinGW with eclipse. I had no problems with that combination.
cmake opencv visual c++ sdk7.1 .net
I think you should install them in this order: C/C++ compiler CMake The rest is optional What os are you using? You may need to install pkg-config. for the configuration stage.
Join our real-time social learning platform and learn together with your friends!