Simple Tutorial for Using basic OpenCV tools
- Python (2.7):
- Opencv (3.1.0)
- numpy (1.13 via pip)
- matplotlib (2.0.2)
- scipy (0.19.1)
- jupyter notebook
There are two .ipynb notebooks in this repo:
Getting Started on OpenCV.ipynb
camera_tools.ipynb
Getting Started on OpenCV.ipynb
is a quick run through of some of OpenCV's basic functions. It follows a simple image processing task of determining the shapes of wooden blocks.
camera_tools.ipynb
includes some python functions for capturing images, checking camera ports and cropping images.