You will find here complimentary information about my book. This site will be regularly updated with new recipes,
additional source code and results, revisions to next releases of OpenCV, etc.
Detailed instruction for installing OpenCV 2.3.1 with Qt can be found by clicking on 1. Playing with Images on the left pane menu of this page.
Errata:
The source code of all examples in the book can be downloaded from
here
All the images used in the book can be obtained in a zip file by clicking here
or by going to our Picassa Web Album:
If you have questions, comments or suggestions, do not hesitate to contact me.
Amazon is one place where you can buy the book online.
The book is based on OpenCV version 2.2.
Errata:
- 2011/12/08 - On page 184: a
const_iteratoris used while a regulariteratorshould have been used since we are calling theerasemethod on it. You should make that change in the corresponding source fileblobs.cpp. Here is the update file. - 2011/12/08 - Chapter 4 describes a class called
ContentFinder; in the source code, this class is in fact calledObjectFinder. Therefore, line 50 ofobjectfinder.cppshould beObjectFinder finder;and notContentFinder finder;. Here is the update file. - 2011/12/08 - In the source code, the method
getHueHistogramof the classColourHistogramdoes not correspond to the one described in Chapter 4. Use the following class definition instead of the one provided in original source filecolourhistogram.hfile. - 2011/12/08 - On page 195, the definition of the method
setLocalMaxWindowSizeis not listed but it is a method defined in the source code of theHarrisDetectorclass in fileharrisdetector.h.
![]() |
| OpenCV2 Cookbook Images |
If you have questions, comments or suggestions, do not hesitate to contact me.
Amazon is one place where you can buy the book online.


