The Art of Digital Image Processing

© Kenny Hunt

The art of digital image processing with Java is an introductory image processing text for students who enjoy computer science, engineering or signal processing. The text presents image processing atop a rigorous and accessible mathematical foundation while placing an empahsis on elegant software design. The text is elaborated with rich illustrations and greatly enhanced by an easy-to-use software program named Pixel Jelly that allows students to experiment with and visualize textbook concepts.

You can preview a trailer of the book by downloading the table of contents, Chapter 1, a section on Histograms and the index.

The text will be published by CRC Press sometime in November of 2010 if all goes well. You can purchase the book here or search for ISBN number 978-1-56881-717-0 to find it on other sites.

Table of contents.

    1. Introduction
    2. Optics and Human Vision
    3. Digital Images
    4. Digital Images in Java
    5. Point Processing
    6. Regional Processing
    7. Geometric Operations
    8. Image Printing and Display
    9. Frequency Domain
    10. Image Compression
    11. Morphological Image Processing
    12. Advanced Programming Considerations