Class ReplaceValuePlugin

java.lang.Object
inra.ijpb.plugins.ReplaceValuePlugin
All Implemented Interfaces:
ij.plugin.PlugIn

public class ReplaceValuePlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Simple plugin to replace a value by another one, for 2D/3D images, for gray8, gray16 and float images.
Author:
David Legland
  • Constructor Summary

    Constructors
    Constructor Description
    ReplaceValuePlugin()  
  • 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

    • ReplaceValuePlugin

      public ReplaceValuePlugin()
  • Method Details

    • run

      public void run​(java.lang.String arg0)
      Specified by:
      run in interface ij.plugin.PlugIn