User Tools

Site Tools


documents:110816opencv
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


Previous revision
documents:110816opencv [2016/05/24 12:46] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== 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 <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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki