Skip to content

Latest commit

 

History

History
63 lines (42 loc) · 1.45 KB

README.md

File metadata and controls

63 lines (42 loc) · 1.45 KB

Image Processing using OpenCV + Python

This is a repository with content from a presentation given at NE FIRST University Day on September 10, 2016.

Binder

To launch the interactive environment using a web browser, click the 'launch binder' button above. You can view the slides in that environment, just click "File", "Open", and select "slides.ipynb" from the list.

If you just want to view the slides, download and open slides.pdf

Running this locally

Windows

py -3 -m pip install jupyter matplotlib opencv-python

To actually launch the environment, run this command from inside the repository directory:

py -3 -m jupyter notebook

OSX

  • Install Python 3.4 (not 3.5!)
  • Install jupyter, matplotlib, and OpenCV:
pip3 install jupyter matplotlib opencv-python 

To actually launch the environment, run this command from inside the repository directory:

jupyter notebook

Slideshow

To display the slideshow interactively, you'll need to install RISE.

Author

Dustin Spicuzza (dustin@virtualroadside.com)