documents:110816opencv
OpenCV
Building and Installation in Win32
Building and Installing openCV (with python binding). Official instruction is here
- svn checkout (version 2.3, developer version)
- cd openCV
- makedir build
- cd build
- cmake-gui
- configure python.exe path correctly
- turn off CUDA option
- do several times of “configure” untill all is OK.
- mingw32-make 2>&1 | tee build.log
- … takes some while
- mingw32-make install 2>&1 | tee install.log
- post installation
- set system path to <openCV>/install/bin
- set pthon path to <openCV>/install/Python2.*/Lib/site-packages
- above did not work, so copied files under site-packages/to c:\Python26\Lib\site-packages\
documents/110816opencv.txt · Last modified: 2016/05/24 12:46 by 127.0.0.1