This repository guides you to install OpenCV library for python in windows environment. Installer batch file turns off proxy and install Numpy and Matplotlib
which are the dependacies of OpenCV. If you wish to follow OpenCV python examples after the installation, you can find those here.
Note that, cv2.pyd package file included in this repository is originally hosted here
- Install Python 2.7 (with pip)
Option 1. Download and extract this repository (Approx. 11.5 Mb). Double click install.bat.
Option 2. OR you can type following in the command prompt.
pip install opencv-python