Updates

Latest Tweet



What's New?

Check out for latest innovation, a computer based training video collection


Like this Page

Applied C++: Practical Techniques for Building Better Software Review by M. Wilson

Good intro to 2D image processing, very nice framework

As a programmer who had never done any image processing before, this book helped raise my knowledge from zero to a reasonably good understanding of 2D image processing, and provided me with a very useful framework that I am using everyday in my job.

I feel that the book also does a good job demonstrating template techniques, and provides a good overall SW development process to follow.

The authors have been very responsive to questions and problems, which I greatly appreciate.

The only thing I really didn't like was the lack of makefiles for the non-template code. I would have liked to have a makefile that creates a library automatically. I ended up doing it myself, which frankly wasn't all that difficult.