views:

256

answers:

4

Hi everyone,

Does anyone know an easy to understand geometry and image processing book that has source code in matlab?

Thanks alot!

+4  A: 

The MathWorks has lists of MATLAB-based books on their support webpage:

The books that include companion software (either a CD included with the book or a link to the set of companion M-files) will have a alt text icon next to their link.

gnovice
Hi gnovice, if possible, please suggest the only one book that has the answer to my question. I am lost :-s Thank you
sfa
@Hoang: I can't suggest just one because 1) I haven't read them all and 2) whether or not a book is "easy to understand" is not something that is easy to judge (since what is easy to one person may not be to another).
gnovice
I think following just 1 book to begin with and later on rummaging through the literature is always a good policy ! trying to do something from here and something from there will only leave you confused!
Egon
+1  A: 

Digital Image Processing Using MATLAB by Gonzalez and Woods - heard good things about this one from some of my coleagues that do something of that kind.

ldigas
+1  A: 

I highly recommend this book for studying geometry in computer vision. It begins with concepts of projective geometry and had a pretty thorough algebraic/geometric treatment of the subject.

Multiple View Geometry in Computer vision

MATLAB code for the book can be found here.

EDIT: If you liked MVG, then you should look at Faugeras' The Geometry of Multiple Images - no MATLAB code there but still very useful.

Jacob
yes, in fact, this is really the great one, I have followed some chapters from this book. It is well written, very easy to understand.
sfa
A: 

Peter Koversi 's MATLAB functions are extremely extensive and very helpful for all beginners! http://www.csse.uwa.edu.au/~pk/Research/MatlabFns/

Egon