Customer Reviews


22 Reviews
5 star:
 (10)
4 star:    (0)
3 star:
 (2)
2 star:
 (4)
1 star:
 (6)
 
 
 
 
 
Average Customer Review
Share your thoughts with other customers
Create your own review
 
 
Only search this product's reviews

The most helpful favorable review
The most helpful critical review


1 of 1 people found the following review helpful:
5.0 out of 5 stars A lot of work and excellent software
This book must have taken a lot of work. The algorithms described have all be implemented by the author. Unlike classic image processing textbooks that I have seen, every algorithm actually works. This is NOT a theory book, yet it contains the foundations needed for graduate level work.
Published on December 31, 1999

versus
4 of 5 people found the following review helpful:
3.0 out of 5 stars First does not mean best!
This sentance from the book's forward sumarizes this book well. "This may not be the very best book that will ever be written on image processing in Java, but it is the FIRST book."

Don't look to this as a how-to book. It is more of an academic treatise on image processing fundementals. As such, it is a valuable reference manual.

Published on July 23, 2000


‹ Previous | 1 2 3 | Next ›
Most Helpful First | Newest First

4 of 5 people found the following review helpful:
3.0 out of 5 stars First does not mean best!, July 23, 2000
By A Customer
This review is from: Image Processing in Java with CDROM (Paperback)
This sentance from the book's forward sumarizes this book well. "This may not be the very best book that will ever be written on image processing in Java, but it is the FIRST book."

Don't look to this as a how-to book. It is more of an academic treatise on image processing fundementals. As such, it is a valuable reference manual.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars A lot of work and excellent software, December 31, 1999
By A Customer
This review is from: Image Processing in Java with CDROM (Paperback)
This book must have taken a lot of work. The algorithms described have all be implemented by the author. Unlike classic image processing textbooks that I have seen, every algorithm actually works. This is NOT a theory book, yet it contains the foundations needed for graduate level work.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Excellent technical treatment of the intended subject matter, April 27, 1999
This review is from: Image Processing in Java with CDROM (Paperback)
This book is full of Image Processing Gems! It can be used as a college level textbook in image processing, but can also be used by the practicing professional engineer. To understand all the detailed presentation of the algorithms you do need an understanding of college calculus, but that shouldn't be a minus.

I can't understand one reviewer's remarks that this book is a bad image processing book because it doesn't use Swing. Perhaps he was looking for a Swing book not a technical presentation of image processing with examples in Java.

If you need an image processing book get this one!

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Simple, yet efficient, April 23, 1999
By A Customer
This review is from: Image Processing in Java with CDROM (Paperback)
I am among those amteurs who fancy image processing a lot. I readily recommend this book to the reader community and so also for the java programmers. This book is unique in its own sense. I do not want to reinvent the wheel, this nook is ideal for me. It clears the basic fundamental about the image processing and how to use java for the same. The journey throught the book will give u the idea of how exhaustive this book is in term of image processing algorithms and easier ways of implementing it. I personally liked this book and thanks to the author for his contribution to image processing as well as the ever increasing java world.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Sublime Java Code, April 16, 1999
This review is from: Image Processing in Java with CDROM (Paperback)
This book fills an impotant gap in the Java world...it's code solves a remarably vast array of Imaging problems in Java. The Kahindu program is the largest and most dependable java App I've ever seen. The code on the CD is more than worth the price of admission. And it fulfills the holy grail of multi platform Application Development.

Any serious Java programmer will find much to learn and admire in this title.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


1 of 1 people found the following review helpful:
5.0 out of 5 stars Great Book, April 10, 1999
By A Customer
This review is from: Image Processing in Java with CDROM (Paperback)
It is good that this book does not use Swing.

Swing is slow. Also, it is good that this book does not use Java2D. Java2D is not available on all platforms. If the book used Java2d, it would not work under Mac or Linux.

The large class library is easy to use in other programs.

Many of the algorithms are difficult to implement on your own. This book can save lots of time.

Kahindu itself is a large program. The nested inheritance structure makes adding features easier.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


3 of 4 people found the following review helpful:
5.0 out of 5 stars Simple and Practical, March 12, 2002
By 
T. Fernandez "ravenswoodmom" (Chicago, Il United States) - See all my reviews
(REAL NAME)   
This review is from: Image Processing in Java with CDROM (Paperback)
I thought this book provided very clear examples of image processing programming. I have a significant amount of programming experience but no programming experience with imaging. I was able to follow all of his examples and translate them easily to my own project. Although some of the programming examples used conventions and styles that I probably would not have used, he explains them clearly and logically.

There were some typos or grammatical errors but they were not significant enough to detract from the information presented. Mr. Lyon's style is clearer and easier to read than most technical authors I have read. I recommend sending him an email pointing out the errors and asking that he hire a better proof-reader.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 6 people found the following review helpful:
5.0 out of 5 stars Not another everyday JAVA book, April 13, 1999
By A Customer
This review is from: Image Processing in Java with CDROM (Paperback)
Well, I felt like adding a review after seeing that actually some people don't find the book of quality, for what I would call inconsistent reasons.

The book is a tremendous contribution to the JAVA world, and in short is unique in its content. Very rich in image processing algorithms of all flavors, at their finest quality. The text is surprisingly clear, the code implementation intuitive and easy to follow. I rarely find quality code that does quality things. Some algorithms that once required me to go through hard to understand microfilms or research papers, I find them here implemented and approached in a very elegant manner. Of course, you might have to adjust them a little if you're going to use them in your own code, but the work left is so trivial that I would call them "plug-n-play". You do not need to take care of porting any libraries to your platform, the code is pure JAVA. It is Kahindu. The classes are based on frames, dialogs, standard JDK, nothing can get simpler than that. You might find the GUI a bit messy if you are a graphics user or the everyday homepage applet writer, but for a programmer it should appear as common sense.

As conclusion, you DO NOT want to miss this book. Whether you are to instruct yourself, teach, use the code for yourself or just simply stare at some sweet algorithms, this book is a blast. Too bad there are very few books like that out there yet, hopefully this will change. As far as the price, you can consider it a donation from the author. Great great great.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


4 of 6 people found the following review helpful:
1.0 out of 5 stars Nuggets of goodness surrounded by..., May 8, 2003
By 
Christopher Schultz (Arlington, VA United States) - See all my reviews
This review is from: Image Processing in Java with CDROM (Paperback)
I've found that the brief overview of practical techniques (such as convolution kernels) are useful.

Otherwise:
* The book formatting is terrible (pages are 3/4 blank sometimes in the middle of chapters)
* It appears unedited. Grammatical errors, especially ones where the error changes the meaning of the sentence (like leaving out the word NOT!) plague this book
* The author specifically chose Java as the implementation language, then proceeds to discuss the weaknesses of the language which he clearly does not understand. He offers the worst object model for image processing that I could have imagined. The code examples printed in the book are riddled with errors (though the code included on the CD-ROM may not... I haven't tested anything except for the Fourier Transform algorithm. I have no use for this book other than that algorithm, which is in fact why I bought it in the first place).
* The author is introduced as a teacher of Java, yet the code examples which deal with image processing are invariably wrapped around GUI classes. Who ever heard of an image sharpening algorithm extending java.awt.Frame?

If you are looking for a book that talks about different kinds of concepts, this book may be okay, but I'm sure there are better ones. If you want to use the code provided by this book in a production environment of any kind, you will need to copy-and-paste the appropriate code into a more sane and reusable structure before you begin.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


2 of 3 people found the following review helpful:
2.0 out of 5 stars Strain to read ..., September 14, 2002
By 
Dermot Gorman (Dublin, Ireland) - See all my reviews
This review is from: Image Processing in Java with CDROM (Paperback)
This book is littered with very poor grammar, layout and typesetting from cover to cover making it a difficult and painful read for a technical book. The enclosed CD rom comprises a heap of code, very poorly formatted (and expressed) lecture notes and unrelated information. This book is also very mathematical and as such would not be recommended to a novice.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


‹ Previous | 1 2 3 | Next ›
Most Helpful First | Newest First

This product

Image Processing in Java with CDROM
Image Processing in Java with CDROM by Douglas A. Lyon (Paperback - March 1, 1999)
Used & New from: $0.36
Add to wishlist See buying options