Class MorphologicalReconstruction3DPlugin

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

public class MorphologicalReconstruction3DPlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Plugin for performing geodesic reconstruction by dimation or by erosion on grayscale images. Two images are required: the marker image, used to initialize the reconstruction, an the mask image, used to constrain the reconstruction. The connectivity can also be specified.
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    static class  MorphologicalReconstruction3DPlugin.Operation
    A pre-defined set of operations for geodesic reconstruction.
  • Constructor Summary

    Constructors
    Constructor Description
    MorphologicalReconstruction3DPlugin()  
  • Method Summary

    Modifier and Type Method Description
    void run​(java.lang.String arg)  

    Methods inherited from class java.lang.Object

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

    • MorphologicalReconstruction3DPlugin

      public MorphologicalReconstruction3DPlugin()
  • Method Details

    • run

      public void run​(java.lang.String arg)
      Specified by:
      run in interface ij.plugin.PlugIn