Learning OpenCV 4 with Python. Introduction to Computer Vision
.
Execute the following command in a terminal to install the packages to get started.
$ python --version
$ python -m pip install --upgrade pip
$ python -m pip install numpy
$ python -m pip install opencv-contrib-python
$ python -m pip install matplotlib
$ python -m pip install jupyter
$ python -m pip install -r requirements.txt
- Navigate to the corresponding folder
$ cd ./ch_01_hello_opencv/test_installation
$ python test_opencv_installation.py