Stuart
2010-03-20 14:59:22 UTC
Project aim: track two simple lights.
Spent hours on this but seems like everyones got different solutions to diferent style problems.
I have been following install guide here:
http://opencv.willowgarage.com/wiki/InstallGuide
Ive downloaded OpenCV 2.0 from sourceforge: http://sourceforge.net/projects/opencvlibrary/files/opencv-win/2.0/
Downloaded Cmake here:
http://www.cmake.org/cmake/resources/software.html
The "Building OpenCV from source using CMake" section confuses the hell out of me and im sure im doing it wrong but believe it may all be unnecessary as i found this site:
http://opencv.willowgarage.com/wiki/VisualC%2B%2B
which tells me to do the following:
OpenCV has all the dll's in the bin directory and i copy them across to my project source code folder.
OpenCV has a lib/opencv and include directory already which i can set up in the MSVC++ 2008 environment
I go to project->properties->Linker->input->Additional dependencies and put in:
cv.lib cxcore.li highgui.lib
I then put these header files in project:
#include
#include
#include
And i finish with LINK : "fatal error LNK1104: cannot open file 'cv.lib'"