This is a repository for Learning OpenCv by example provided in each Chapters.And All the code is documented Properly
To run these example you'll need:
This is for Pycharm
- Install Pycharm(If you have not done it already)
- Go to File-> Default Settings -> Project Interpreter -> Select the Downloaded Python version -> Click + sign
- Enter opencv-python
- Download that and then click Apply
- Restart your PyCharm.
- PyCharm now has OpenCV library installed and working.
This is for Anaconda
- Install Anaconda 4+
- Search Anaconda Prompt
Execute conda install -c menpo opencv
Feel free to raise an issue about a bug or new feature you would like to see in this project. If you are willing to do some work, we will be glad to accept your PR.