Introduction
Usage
module load python/2.7.1
Installation
wget https://github.com/Itseez/opencv/archive/3.0.0.zip
cmake -D CMAKE_BUILD_TYPE=3.0.0 -D CMAKE_INSTALL_PREFIX=/sw/opencv/opencv-3.0.0 ..
Reference
1. http://docs.opencv.org/3.0-last-rst/doc/tutorials/introduction/linux_install/linux_install.html
2. http://opencv.org/quickstart.html
3.