/opencv

Primary LanguageJupyter Notebook

Computer Vision Course for beginners.

This course is written in python with opencv as the major library.

This course expects that you have intermediate understanding of python3 programming language. This is highly recommended to use jupyter-notebooks (.ipynb) which enables beautiful visualizations.

Install opencv using conda

conda update --all conda install opencv

Installing opencv using pip (pip3 for linux and macos users)

pip install opencv-python

OpenCV Projects

Finger Counter
Invisible Man