Skip to content

ArchdukeTim/frc-imageprocessing-workshop

 
 

Repository files navigation

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)

About

FRC Image processing workshop, 2016 edition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%