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
mingw32-make 2>&1 | tee build.log
mingw32-make install 2>&1 | tee install.log
post installation