OpenCV2 Python Tutorials For Beginners
- numpy==1.19.0
- opencv-python==4.2.0.34
- Install python 3 from official website
- Install virtualenv to crate a isolated work environment
$ pip3 install virtualenv
- Install virtualenvwrapper to control virtual work enviroments
$ pip3 install virtualenvwrapper
- Create openvc virtual env
$ mkvirtualenv openvc
- Clone this repository and enter into the OpenCV2-Python-Tutorials directory
$ git clone git@github.com:codenio/OpenCV2-Python-Tutorials.git .... $ cd OpenCV2-Python-Tutorials
- Install the requirement using requirements.txt
$ pip3 install -r requirements.txt
- Move to the required directory and execute python file to view the results
$ cd basics/images $ python3 images.py