Practical Algorithms for Image Analysis: Descriptions, Examples, and Code |  | Authors: Michael Seul, Lawrence O'Gorman, Michael J. Sammon Publisher: Cambridge University Press
List Price: $70.00 Buy Used: $1.88 as of 3/20/2010 19:15 CDT details You Save: $68.12 (97%)
New (7) Used (16) from $1.88
Seller: oncesoldtales Rating: 13 reviews Sales Rank: 542648
Media: Hardcover Pages: 295 Number Of Items: 1 Shipping Weight (lbs): 1.6 Dimensions (in): 10.1 x 7.2 x 0.9
ISBN: 0521660653 Dewey Decimal Number: 621.367 EAN: 9780521660655 ASIN: 0521660653
Publication Date: April 15, 2000 Availability: Usually ships in 1-2 business days
| |
| Also Available In:
|
| Similar Items:
| |
| Editorial Reviews:
Product Description This book offers guided access to a collection of algorithms for the digital manipulation and analysis of images. Written in classic "cookbook" style, it reflects the authors' long experience as users and developers of image analysis algorithms and software. For each task, they present a description and implementation of the most suitable procedure in easy-to-use form. The algorithms range from the simplest steps to advanced functions not commonly available for Windows users. Each self-contained section treats a single operation (histogram evaluation, low-pass filtering, and edge detection, among others). The coverage includes typical situations requiring that operation and then discusses the algorithm and implementation. Sections start with a header illustrating the nature of the procedure through a "before" and "after" pictorial example and a ready-reference that lists typical applications, keywords, and related procedures. Annotated references can be found at the end of each section. An accompanying CD-ROM contains a collection of C programs for carrying out the book's procedures.
Book Description This book offers guided access to a collection of algorithms for the digital manipulation and analysis of images. Written in classic "cookbook" style, it reflects the authors' long experience as users and developers of image analysis algorithms and software. For each task, they present a description and implementation of the most suitable procedure in easy-to-use form. The algorithms range from the simplest steps to advanced functions not commonly available for Windows users.Each self-contained section treats a single primary operation, beginning with a pictorial example and a ready-reference giving typical applications, keywords, and cross-references. The accompanying CDROM contains a collection of C programs implementating all the algorithms discussed in the book.Every researcher or practitioner working with images will need this reference and sofware library.
|
| Customer Reviews:
Showing reviews 1-5 of 13
Practical Algorithms for Image Analysis February 3, 2010 Richard J. Nolde (Denver, Colorado) This is an update to the previous edition with a few new chapters. Good diagrams, illustrations, and bibliography. Sample code is on the CDROM, not in the text. Lots of mathematical formulae in the text. Solid text.
Excellent book May 28, 2008 Z. Liu (Ottawa, ON Canada) 2 out of 2 found this review helpful
As described on the cover page, this book is cookbook style so I went through the programs on the CD before reading the chapters. I like this book for two reasons.
First, the book is easy to read. A bunch of equations may not always be helpful to understand a problem. What confuses readers most is how an implementation/program corresponds to those equation(s). This book explains the image processing techniques in a plain language and gives you an hand-on experience with those techniques.
Second, to practice image processing, clicking a button on windows or just calling a built-in function, e.g. process(image), will not be enough. When you go to the directory of programs on the CD, you may find out every details. Each program is relatively independent to each other. You will not be stuck by a function call, which you never know or find. Each program is well commented and can be easily modified and incorporated into your program.
This book is good for those who are new to image processing, because it helps you understand what image processing does. It is also good for an experience practicer, because you can find well-organized stuff to build your own applications. It is a must-have book for your shelf of image processing.
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!
Excellent new reference for document recognition May 15, 2008 Instructor (Amherst, NY) 2 out of 2 found this review helpful
I have found this book to be extremely useful as a reference for my class on document image analysis. The book discusses (with software which is a bonus!) a whole bunch of image processing techniques that are very useful.
Students can now find in one place- a reference for techniques such as gabor wavelet analysis, convex hulls, moments, fourier descriptors, thinning, hough transform, and chain coding. This allows me as an instructor of an advanced document recognition course to let the students self-study these image processing techniques while I can focus on the recognition topics.
The authors have done a great job of picking examples from a wide range of applications such as outdoor scenes, fingerprints, and documents. The book is "easy to read" and requires just basics of linear algebra to follow.
More of a toolbox than a textbook April 6, 2007 calvinnme (Fredericksburg, Va) 3 out of 3 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.
Showing reviews 1-5 of 13
|
|
|
|