Package inra.ijpb.plugins
Class MorphologicalFilterCross3DPlugin
java.lang.Object
inra.ijpb.plugins.MorphologicalFilterCross3DPlugin
- All Implemented Interfaces:
ij.plugin.PlugIn
public class MorphologicalFilterCross3DPlugin
extends java.lang.Object
implements ij.plugin.PlugIn
A simple plugin to test the Cross 3D strel.
- Author:
- David Legland
- See Also:
Cross3DStrel
-
Constructor Summary
Constructors Constructor Description MorphologicalFilterCross3DPlugin()
-
Method Summary
Modifier and Type Method Description ij.ImagePlus
process(ij.ImagePlus image, Morphology.Operation op, Strel3D strel)
Applies the given operation to the given image.void
run(java.lang.String arg)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MorphologicalFilterCross3DPlugin
public MorphologicalFilterCross3DPlugin()
-
-
Method Details
-
run
public void run(java.lang.String arg)- Specified by:
run
in interfaceij.plugin.PlugIn
-
process
Applies the given operation to the given image.- Parameters:
image
- the image to processop
- the morphological operation to applystrel
- the structuring element to use- Returns:
- the processed image
-