Skip to content

vbarboza/pycv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python + OpenCV

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published