Image Processing Software for Textbooks by W. Burger and M. Burge

This API documentation is part of the Java software accompanying the Digital Image Processing book series by W. Burger and M.J. Burge, published by Springer. This software is based on ImageJ, a free Java-based image processing software originally developed at the U.S. National Institutes of Health. Please visit the book's main website for more information. The associated source code, usage instructions and additional materials can be found on GitHub.
Modules
Module
Description
A collection of ImageJ plugins referenced in various chapters of the associated image processing books as well as additional demos and tools.
A collection of ImageJ plugins demonstrating various technical concepts of the imagingbook library.
The central part of imagingbook library with implementions of image processing algorithms, associated data structures and utility code.
Provides minimal infrastructure required for building other imagingbook library packages.
PDF-related code, separated from the main imagingbook library to minimize third-party dependencies.
Contains a set of general sample images (as named resources) used for demonstrations and testing.
Library code related to spectral image processing (Fourier transforms etc.), separated from the main imagingbook library to minimize third-party dependencies.