I am learning digital image processing on my own and would like recomendations on good reference books. If you know of books to definately stay away from that would be useful as well.
Thanks
I am learning digital image processing on my own and would like recomendations on good reference books. If you know of books to definately stay away from that would be useful as well.
Thanks
Digital Image Processing (!) by Gonzalez & Woods is pretty much the classic.
I used Gonzalez and Woods in my coursework, and it covers image restoration, which you say is your main interest. Fundamentals of Digital Image Processing by Jain takes a more mathematical/statistical approach and covers some different topics, but I haven t gone through the whole thing. I d guess it d be useful if statistics are your thing.
Probably easier would be to use Photoshop, the GIMP, or similar instead of reinventing the wheel. They can be used in batch mode in some circumstances, and you can write plugins if there s something special you want to do.
Al Bovik - The Essential Guide to Image Processing
William Pratt - Digital Image Processing
Bernd Jahne - Digital Image Processing
All of them are great, at least as good as "Digital Image Processing".
I am looking for a recommendation for an introduction to image processing algorithms (face and shape recognition, etc.) and wondered if anyone had an good recommendations, either for books, ...
I m looking for the fastest and more efficient method of detecting an object in a moving video. Things to note about this video: It is very grainy and low resolution, also both the background and ...
I am learning digital image processing on my own and would like recomendations on good reference books. If you know of books to definately stay away from that would be useful as well. Thanks
I have this image: I want to read it to a string using python, which I didn t think would be that hard. I came upon tesseract, and then a wrapper for python scripts using tesseract. So I started ...
I m building a site for a client that needs to support image uploads (an artist) through the admin interface. Since most of the images are pretty high-res, I wanted to create thumb copies of the image ...
I have an image processing routine that I believe could be made very parallel very quickly. Each pixel needs to have roughly 2k operations done on it in a way that doesn t depend on the operations ...
I m currently working on writing a version of the MATLAB RegionProps function for GNU Octave. I have most of it implemented, but I m still struggling with the implementation of a few parts. I had ...
I ve been implementing an adaptation of Viola-Jones face detection algorithm. The technique relies upon placing a subframe of 24x24 pixels within an image, and subsequently placing rectangular ...