Package inra.ijpb.plugins
Class RemapLabelsPlugin
java.lang.Object
inra.ijpb.plugins.RemapLabelsPlugin
- All Implemented Interfaces:
ij.plugin.PlugIn
public class RemapLabelsPlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Ensures the labels in the current label image are numbered between 1 and
LMax, where LMax is the number of labels.
- Author:
- David Legland
-
Constructor Summary
Constructors Constructor Description RemapLabelsPlugin()
-
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
-
RemapLabelsPlugin
public RemapLabelsPlugin()
-
-
Method Details
-
run
public void run(java.lang.String arg)- Specified by:
run
in interfaceij.plugin.PlugIn
-