Skip to content

imagingbook/imagingbook-plugins-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imagingbook-plugins-all

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.

How to Use:

  • 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 to ImageJ/plugins).
  • To update, run Maven clean and install.

Alternatively, see imagingbook-maven-demo-project for a minimal ImageJ/imagingbook setup.

Main repository: imagingbook-public