Package inra.ijpb.plugins
Class MorphologicalReconstructionPlugin
java.lang.Object
inra.ijpb.plugins.MorphologicalReconstructionPlugin
- All Implemented Interfaces:
ij.plugin.PlugIn
public class MorphologicalReconstructionPlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Plugin for performing morphological reconstruction by dilation 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
MorphologicalReconstructionPlugin.Operation
A pre-defined set of operations for geodesic reconstruction. -
Constructor Summary
Constructors Constructor Description MorphologicalReconstructionPlugin()
-
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
-
MorphologicalReconstructionPlugin
public MorphologicalReconstructionPlugin()
-
-
Method Details
-
run
public void run(java.lang.String arg)- Specified by:
run
in interfaceij.plugin.PlugIn
-