Package inra.ijpb.plugins
Class FillLabelHolesPlugin
java.lang.Object
inra.ijpb.plugins.FillLabelHolesPlugin
- All Implemented Interfaces:
ij.plugin.PlugIn
public class FillLabelHolesPlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Fills the holes within the region of a label image.
- Author:
- dlegland
-
Constructor Summary
Constructors Constructor Description FillLabelHolesPlugin()
-
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
-
FillLabelHolesPlugin
public FillLabelHolesPlugin()
-
-
Method Details
-
run
public void run(java.lang.String arg)- Specified by:
run
in interfaceij.plugin.PlugIn
-