In this repository you will learn about Computer Vision in python using OpenCv library.
If you are using anaconda environment search on the web: conda library_name I suggest creating a virtual environment and installing the libraries there.
- Create new environment using this command: python3 -m venv your_environment_name
- Activate the environment using this command: source your_environment_name/bin/activate
- Install following libraries Numpy, Matplotlib, OpenCv using pip install library_name