====== OpenCV ====== ===== Building and Installation in Win32 ===== Building and Installing openCV (with python binding). Official instruction is [[http://opencv.willowgarage.com/wiki/InstallGuide|here]] - svn checkout (version 2.3, developer version) * https://code.ros.org/svn/opencv/branches/2.3 - 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 /install/bin * set pthon path to /install/Python2.*/Lib/site-packages * above did not work, so copied files under site-packages/to c:\Python26\Lib\site-packages\