'imagingbook' Main Source Code Repository
This repository contains Java source code accompanying the digital image processing books by W. Burger and M. J. Burge, published by Springer. This software is based on ImageJ. Please visit the main website imagingbook.com for more information.
Index terms: digital image processing, computer algorithms, Java, ImageJ, textbook support.
Source code
Source code is divided into multiple GIT repositories:
- imagingbook-common (
imagingbook-common
library, also available as a Maven artefact) - imagingbook_plugins_all (collection of ImageJ plugins for all book editions and more)
The complete source tree may be obtained by cloning this repository, which contains the above repositories as GIT submodules:
- imagingbook-public (clone recursively)
Downloads
See here for instructions on installation and setup.
Documentation: JavaDoc Pages, code examples etc.
Note
This is the official imagingbook repository (previously hosted on SourceForge).
Related projects
- imagingbook-maven-demo-project (minimal Maven setup for ImageJ + imagingbook-library)
- imagej1-plugins-ide-setup (setup for writing ImageJ Plugins with Eclipse, IntelliJ or NetBeans)
- imagingbook-calibrate (camera calibration)
- imagingbook-violajones (face detection)