Computer Vision CS 6476 - Georgia Tech - link.
The course also introduced by Udacity as Introduction to Computer Vision - ud810.
Course codes and training are explained in Matlab/Octave on Udacity but here we will work using OpenCV.
- Original Google Doc with problem sets and slides
- Miscellaneous images from USC
- Computer vision image database from the University of Edinburgh
Computer Vision: Algorithms and Applications by Richard Szeliski.
- Python 3.x
- opencv-python
- matplotlib
- scikit-image
- imutils
pip install -r requirements.txt
or
pip install opencv-python matplotlib scikit-image imutils