ijpb / MorphoLibJ

Collection of mathematical morphology methods and plugins for ImageJ
http://imagej.net/MorphoLibJ
GNU Lesser General Public License v3.0
98 stars 49 forks source link
3d-images fiji image-analysis image-processing imagej mathematical-morphology morpholibj

DOI

MorphoLibJ logo MorphoLibJ

MorphoLibJ is a collection of mathematical morphology methods and plugins for ImageJ, created at the INRA-IJPB Modeling and Digital Imaging lab.

The library implements several functionalities that were missing in the ImageJ software, and that were not or only partially covered by other plugins. Namely:

Installation

  1. Select Help > Update... from the Fiji menu to start the updater.

  2. Click on Manage update sites. This brings up a dialog where you can activate additional update sites.

  3. Activate the IJPB-plugins update site and close the dialog. Now you should see an additional jar file for download.

  4. Click Apply changes and restart Fiji.

Develop upon MorphoLibJ

If you develop plugins / applications based on MorphoLibJ, you can use add the following dependency in the maven project configuration file:

  <dependency>
    <groupId>fr.inra.ijpb</groupId>
    <artifactId>MorphoLibJ_</artifactId>
    <version>1.6.2</version>
  </dependency>

In case the last version of MorphoLibJ is not included in the maven repository, one workaround is to download the jar file of the last version, and to add it to the local maven repository. The following command may help (adapt version number as necessary):

mvn install:install-file -Dfile=MorphoLibJ_-1.6.2.jar -DgroupId=fr.inra.ijpb -DartifactId=MorphoLibJ_ -Dversion=1.6.2 -Dpackaging=jar -DgeneratePom=true

Documentation

A more detailed presentation of the library and its plugins is available on the ImageJ/Fiji Wiki.

We have as well a User Manual in pdf format.

The main source code directory is src/main/java/inra/ijpb.

You can browse the javadoc for more information about its API.

Citation

Please note that MorphoLibJ is based on a publication. If you use it successfully for your research please be so kind to cite our work:

The MorphoLibJ logo is available as PNG file in various formats.