OpenCV Books
Learning OpenCV: Computer Vision with the OpenCV Library
- Overviews the C version of the whole library in a tutorial manner.
OpenCV 2 Computer Vision Application Programming Cookbook
- Cookbook application examples, C++ version of OpenCV 2.0.
Mastering OpenCV with Practical Computer Vision Projects
Detailed tutorials & full-source code for 9 projects (Augmented Reality, SfM, OCR, AAM & POSIT, 2D & 3D Face Tracking, Face Recognition, Kinect, Mobile), using C++ version of OpenCV 2.4.2 or newer.
Latest code is available at https://github.com/MasteringOpenCV/code
- (Assumes you already know how to use OpenCV, such as by reading the 2 books above).