Class InteractiveMorphologicalReconstruction3D

java.lang.Object
inra.ijpb.plugins.InteractiveMorphologicalReconstruction3D
All Implemented Interfaces:
ij.plugin.PlugIn

public class InteractiveMorphologicalReconstruction3D
extends java.lang.Object
implements ij.plugin.PlugIn
Plugin for performing interactive geodesic reconstruction by dilation erosion on grayscale images. In contrast with the non-interactive plugin, the active image is considered the mask image, while the marker image is constructed by user-defined point ROIs. The marker image is used to initialize the reconstruction, and the mask image is used to constrain it. The connectivity can also be specified.
Author:
Ignacio Arganda-Carreras (ignacio.arganda@ehu.eus)
  • Constructor Summary

    Constructors
    Constructor Description
    InteractiveMorphologicalReconstruction3D()  
  • Method Summary

    Modifier and Type Method Description
    void run​(java.lang.String arg)
    Apply the current filter settings to process the given image.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InteractiveMorphologicalReconstruction3D

      public InteractiveMorphologicalReconstruction3D()
  • Method Details

    • run

      public void run​(java.lang.String arg)
      Apply the current filter settings to process the given image.
      Specified by:
      run in interface ij.plugin.PlugIn