OpenCV-Python is a library of Python bindings designed to solve computer vision problems.
The code is mainly focused on OpenCV 3.x version (although most of them will also work with OpenCV 2.x).
- Below Python packages are to be downloaded and installed to their default locations.
- Python 3.x (3.4+) or Python 2.7.x from here.
- Numpy package (for example, using pip install numpy command).
- Matplotlib (pip install matplotlib).
- Install all packages into their default locations. Python will be installed to C:/Python27/ in case of Python 2.7.
- After installation, open Python IDLE. Enter import numpy and make sure Numpy is working fine.
- Download latest OpenCV release from GitHub or SourceForge site and double-click to extract it.
- Goto opencv/build/python/2.7 folder.
- Copy cv2.pyd to C:/Python27/lib/site-packages.
- Open Python IDLE and type following codes in Python terminal
This is an open project and contribution in all forms are welcomed. Please follow these Contribution Guidelines
Adhere to the GitHub specified community code.