This is a huge start - pretty comprehensive too. However, the current version (2.4.5) for windows contains different tree structure. For example, the paths in the win32 block in the .pro file is listed as:
win32 {
CV11_INCLUDE = C:/OpenCV
CV11_LIB = C:/OpenCV/lib
CV22_INCLUDE = C:/OpenCV2.2/modules
CV22_LIB = C:/OpenCV2.2/build/bin
}
win32 {
CV11_INCLUDE = C:/OpenCV
CV11_LIB = C:/OpenCV/lib
CV22_INCLUDE = C:/OpenCV2.2/modules
CV22_LIB = C:/OpenCV2.2/build/bin
}
To copy to clipboard, switch view to plain text mode
In the current version the bin folder is c:\opencv\build\x86\vc10\bin. There are also a lib and staticlib folder there. Accordingly, there is also folders for other compilers as well as an x64 + compilers. The include folder is located off the build folder. These paths have to be changed in order to use the latest version.
With that accomplished though, there are numerous build errors. If you were to grab the latest version, you would see that as well
Bookmarks