This test was developed in a Windows Pro 10 using miniconda3.
conda create --name pycv python=3.6
activate pycv
Then, Numpy, Matplotlib and Jupyter packages were installed as follow:
conda install numpy matplotlib jupyter
conda install -c conda-forge opencv
You can clone the notebook, source and images.
git clone https://<USERNAME>@github.com/vbarboza/pycv.git
cd pycv
And that's it! You can check for my solution notebook here or run it yourself.
jupyter notebook pycv.ipynb