Awesome - wish I had this years ago
After years of plodding through the discussion group and limited HTML based docs and puzzling out how to make OpenCV work finally a tell-all book that makes this worlds class tool accessible to all!
This book is GREAT !!!
Very well written, excellent introduction, beautiful clear figures and illustrations, excellent balance between text, equations, figures, and source code, just the right level of intuitive v.s. technical v.s. mathematical explanation, great explanations of complex algorithmic concepts, with just the right touch of humor here and there to brighten up the dry technical talk, and apparently, a very clear and useful and well designed computer vision software package in that OpenCV, which the author also wrote, with the wonderful advantage that the software is totally free and open source!
Great way to get started
Covers the details quickly so that you can get started coding and covers the right way to access data so that you can maintain the speed necessary for computer vision applications. I've found this book to be really helpful in getting started with OpenCV as well as digging into some of the finer details of some of it's machine learning capabilities.
A great guide to OpenCV with plenty of context
This book is excellent at exposing the reader to the various methods available in OpenCV and showing via code examples how to use each one. The author also gives you the website where you can look at the actual source code of each method shown. This is helpful since, for example, if you want to know exactly how the code is going about calculating the Fundamental Matrix, it is difficult to determine this by reading the book alone.
This book would be most useful to someone who already has a fundamental understanding of computer vision and image processing and wants to see how OpenCV will make their programming tasks easier. It does this by coding up well known algorithms into reliable pieces of code that you can use to accomplish more complex tasks. Do not come to this book if you are seeking to learn computer vision. You will only be confused as the author does not offer enough detail to teach you the mathematical foundations. However, I don't think that was his intention at all. Instead it is part user manual, part basic computer vision tutorial and overview, and part idea book. Each chapter is supplemented with excellent and interesting programming exercises that test your knowledge of what has been presented in a practical setting.
For a good basic understanding of computer vision try Computer Vision. To understand the algorithmic underpinnings of 3D computer vision try Introductory Techniques for 3-D Computer Vision. However, before you read either of these you must read Digital Image Processing (3rd Edition), since image processing concepts are fundamental to understanding computer vision tasks. In fact, the two disciplines overlap in many spots. The sad truth of the matter is that no one book will teach you what you need to know to be an effective image scientist. However, this book on OpenCV is essential reading on applying the theory via programming in an effective manner. Highly recommended.
An absolute must have!!!
At last a practical, pragmatic, accessible book on computer vision (and more!) providing step by step guidance on fundamental computational vision topics, with algorithmic explanation (just what is needed!), and concrete example code snippets. This book is now opening the door to the fabulous world of computational vision to anyone. It gives immediate access to a vast collection of image processing, and machine learning functions, all open source!
The book also includes many references and pointers to other material (such as technical papers), allowing the reader to learn more about any topic covered.
This is a great reference book, that won't just sit on your self.