Location:  Home » Computer Technology » Practical Algorithms for Image Analysis with CD-ROM    

Practical Algorithms for Image Analysis with CD-ROM

Practical Algorithms for Image Analysis with CD-ROMAuthors: Lawrence O'Gorman, Michael J. Sammon, Michael Seul
Publisher: Cambridge University Press
Category: Book

List Price: $65.00
Buy New: $52.00
as of 9/5/2010 18:34 CDT details
You Save: $13.00 (20%)

In Stock
Buy

New (16) Used (12) from $48.66

Seller: Amazon.com
Rating: 5.0 out of 5 stars 13 reviews

Media: Hardcover
Edition: 2
Pages: 360
Number Of Items: 1
Shipping Weight (lbs): 1.7
Dimensions (in): 10.2 x 7.1 x 1

ISBN: 052188411X
Dewey Decimal Number: 621.367
EAN: 9780521884112

Availability: Usually ships in 24 hours

Also Available In:

  • Hardcover - Practical Algorithms for Image Analysis: Descriptions, Examples, and Code

Similar Items:


Editorial Reviews:

Product Description
In classic "cookbook style," this book offers guided access for researchers and practitioners to techniques for the digital manipulation and analysis of images, ranging from the simplest steps to advanced functions. Drawing on their long experience as users and developers of image analysis algorithms and software, the authors present a description and implementation of the most suitable procedures in easy-to-use form. Each self-contained section treats a single operation, describing typical situations requiring that operation and discussing the algorithm and implementation. Sections start with a "before" and "after" pictorial example and a ready-reference listing typical applications, keywords, and related procedures. This new edition has additional sections on Gabor filtering and on threshholding by connectivity, plus an expanded program listing and suggested projects for classroom use. And now the accompanying CD-ROM contains C programs not only as source code for carrying out the book's procedures but also as executables with a graphical user interface for Windows and Linux.

Book Description
In classic "cookbook style," this book offers guided access to a collection of algorithms for the digital manipulation and analysis of images, from the simplest steps to advanced functions. In this new edition, the accompanying CD-ROM contains C programs for carrying out the book's procedures not only as source code but also as executables for Windows and Linux.


Customer Reviews:
Showing reviews 1-5 of 13



5 out of 5 stars Practical is the Word   June 27, 2000
Kirke Bent (Chatham, NJ)
29 out of 32 found this review helpful

The title says it all. This book was meant to be used. It is organized around a series of transformations that are performed on an image in going from the raw, captured form to usable result. Each step is well identified so you can go directly to the part you need. The methods and routines used are the author's choices, but they give enough information so you can dig deeper if you suspect you may have special needs.

I particularly liked the illustrations. They aren't fancy coffee table illustrations but they are very clear and pointed to what is being discussed. There are many illustrations that show the effect of the procedures on actual images from a variety of fields.

There is a CD-ROM of the executable programs.


5 out of 5 stars A comprehensive book, with good examples   April 1, 2000
Douglas Lyon (Milford,CT)
22 out of 24 found this review helpful

The authors use clear easy-to-understand algorithms to explain difficult concepts. Carefully selected examples make it very a comprehensive and insightful book. It is a good cookbook for beginning as well as advanced machine vision people. The text is supported by an abundance of figures and graphics. The full C source companion software on CD ROM enables the reader to quickly apply the theory. Altogether indispensable for the researcher and innovator, who will return to this remarkable book again and again.


5 out of 5 stars A comprehensive book, with good examples   April 2, 2000
Douglas Lyon (Milford,CT)
5 out of 5 found this review helpful

The authors use clear easy-to-understand algorithms to explain difficult concepts. Carefully selected examples make it very a comprehensive and insightful book. It is a good cookbook for beginning as well as advanced machine vision people. The text is supported by an abundance of figures and graphics. The full C source companion software on CD ROM enables the reader to quickly apply the theory. Altogether indispensable for the researcher and innovator, who will return to this remarkable book again and again.


5 out of 5 stars More of a toolbox than a textbook   April 6, 2007
calvinnme
5 out of 5 found this review helpful

I already knew image processing when I bought this book, so I am not sure how it would appear to the novice seeking a textbook on the subject of image processing and analysis, but I imagine it could be somewhat confusing. I always recommend Gonzales and Wood's "Digital Image Processing" for those seeking a clear read on image processing and analysis from the ground up. Where Seul's book comes in is with clear descriptions and working code for many basic - and some not so basic - image processing and image analysis algorithms. The book is also very good at explaining the applications of the various transforms. One of the little things that the author of this book does that authors of other books similar to it don't bother to do is to realize that when you are working in image processing you likely have an image as an input and you want an image as an output. Thus the author has built his code libraries so that they work that way. You are not left with arrays of pixels that you have to figure out how to store and manage. In the end you have a nice functional toolbox of working image processing and analysis subroutines that you can chain together and make just about any type of image transform tool you could think of. I'm mainly interested in image effects, and I know this book has been useful to me. The accompanying CD-ROM contains all of the C source code for the algorithms so that you can port them to another language or tinker with them if you so desire. Highly recommended.


5 out of 5 stars plug and play   May 19, 2008
Arjan Kuijper (Linz, Austria)
4 out of 4 found this review helpful

Searching for an easy plug & play solution for simple imaging tasks?
No time for programming & debugging things yourself?
No interest in crawling through literature to figure what & how you should program "the methods that solves all your problems"?

Here's a book that deals with most of the elementary - and most used - approaches in image enhancement and analysis. The CD offers a collection of ready-to-play-with programs, both in C source as in executables.

I appreciated the book set-up: each section describes one single task, describes the problem, gives an example, discusses a solution given in literature, and presents the input / output / options for the C code.
- If you want to know more: get the recommended references.
- If you want to modify the program: why not? (well, perhaps because the code is good enough!)
- If you don't care about the scientific background and/or programming: just plug & play!




Showing reviews 1-5 of 13


In Stock
Buy

algorithms  computer vision  imaging systems  pattern recognition  software