Resources
Libraries and Tools
- The most popular computer vision library (C++, but also has mature Python bindings)
Books
Kaeheler, Leanring OpenCV: Computer Vision in C++ with OpenCV Library
- good epxlanations of many computer vision algorithms and concepts
- all code is C++, but translating code to Python usually straightforward
Szeliski,Computer Vision: Algorithms and Applications
- detailed coverage of computer vision theory and algorithms
- (draft ebook is available for download)
Rosebrock, Practical Python and OpenCV
- self published ebook
Sites
- "official" tutorials for using Python OpenCV bindings
- some errors and portions incomplete
- some good applied computer vision posts, all in Python