Package inra.ijpb.plugins
Class ReplaceLabelValuesPlugin
java.lang.Object
inra.ijpb.plugins.ReplaceLabelValuesPlugin
- All Implemented Interfaces:
ij.plugin.PlugIn
public class ReplaceLabelValuesPlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Replaces the value of selected label(s) by a given value,
for 2D/3D images, for gray8, gray16 and float images.
Can specify multiple labels.
- Author:
- David Legland
-
Constructor Summary
Constructors Constructor Description ReplaceLabelValuesPlugin()
-
Method Summary
Modifier and Type Method Description void
run(java.lang.String arg0)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ReplaceLabelValuesPlugin
public ReplaceLabelValuesPlugin()
-
-
Method Details
-
run
public void run(java.lang.String arg0)- Specified by:
run
in interfaceij.plugin.PlugIn
-