This repository provides Java source code supplementing the digital image processing books by W. Burger & M.J. Burge (see imagingbook.com for details). This Maven-based project includes a basic ImageJ setup and the complete imagingbook library with associated plugins as Maven dependencies (JAR files). In addition, there is a small source code section for adding custom ImageJ plugins. The project is set up to run ImageJ out of the box, i.e., no Maven build is needed to get started.
- Download the latest release of this repository.
- Open/import as a Maven project in your favorite IDE.
- Run
ImageJ
. - Edit your own plugins in
src/main/java
(the associated.class
files are output toImageJ/plugins
). - To update, run Maven
clean
andinstall
.
Alternatively, see imagingbook-maven-demo-project for a minimal ImageJ/imagingbook setup.
Main repository: imagingbook-public