OpenCVVersions
Jump to navigation
Jump to search
WIN32
- Download the current OpenCV version [1]
- Run the exe and extract the files to a folder you have access to such as
C:\temp
or your documents folder
Without CUDA
- Nothing else need been done since the windows dlls are included pre-built in the folder you extracted (From here on refered to as {OPENCV})
Project Set-Up
- Go to Project -> Properties
- Configuration Properties -> C/C++ -> General
- Additional Include Directories...add: '{OPENCV}\build\include;'
- Configuration Properties -> VC++ Directories
- Executable Directories...add: '{OPENCV}\build\x64\vc10\bin;'
- Library Directories...add: '{OPENCV}\build\x64\vc10\lib;{OPENCV}\build\x64\vc10\staticlib;'
- Configuration Properties -> C/C++ -> General