Skip to the content.

imagingbook-common

This is the main imagingbook library with implementions of image processing algorithms, associated data structures and utility code. The main goal of this library is to provide well-documented and reusable implementations of common image processing algorithms.

Main Features and Elements

Use with Maven

Users interested in applying imagingbook functionality in their own ImageJ plugins only require this package as a Maven dependency in the project’s pom.xmlfile:

<dependency>
  <groupId>com.imagingbook</groupId>
  <artifactId>imagingbook-common</artifactId>
  <version>7.0.0</version>
</dependency>

Replace 7.0.0 with the most current release version available on Maven Central.

Repository: imagingbook-public

JavaDoc: https://imagingbook.github.io/imagingbook-public/javadoc/imagingbook.common/module-summary.html

Maven Artifact: https://mvnrepository.com/artifact/com.imagingbook/imagingbook-common