edu.stanford.rsl.science
Class InverseRampFilteringTool
java.lang.Object
edu.stanford.rsl.konrad.filtering.ImageFilteringTool
edu.stanford.rsl.konrad.filtering.IndividualImageFilteringTool
edu.stanford.rsl.konrad.filtering.RampFilteringTool
edu.stanford.rsl.science.InverseRampFilteringTool
- All Implemented Interfaces:
- Citeable, GUIConfigurable, SafeSerializable, NamedParallelizableRunnable, ParallelizableRunnable, java.io.Serializable, java.lang.Cloneable, java.lang.Runnable
public class InverseRampFilteringTool
- extends RampFilteringTool
- See Also:
- Serialized Form
Method Summary |
ij.process.ImageProcessor |
applyToolToProcessor(ij.process.ImageProcessor imageProcessor)
Is called in every thread to apply the tool to an individual ImageProcessor |
IndividualImageFilteringTool |
clone()
All ImageFilteringTools need to be Cloneable in order to enable multiple processor usage. |
double |
getMax()
|
java.lang.String |
getToolName()
returns the name of the actual tool which was used. |
void |
setMax(double max)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InverseRampFilteringTool
public InverseRampFilteringTool()
getMax
public double getMax()
setMax
public void setMax(double max)
clone
public IndividualImageFilteringTool clone()
- Description copied from class:
IndividualImageFilteringTool
- All ImageFilteringTools need to be Cloneable in order to enable multiple processor usage.
- Overrides:
clone
in class RampFilteringTool
applyToolToProcessor
public ij.process.ImageProcessor applyToolToProcessor(ij.process.ImageProcessor imageProcessor)
- Description copied from class:
IndividualImageFilteringTool
- Is called in every thread to apply the tool to an individual ImageProcessor
- Overrides:
applyToolToProcessor
in class RampFilteringTool
- Parameters:
imageProcessor
- the ImageProcessor
- Returns:
- the filtered instance of the ImageProcessor
getToolName
public java.lang.String getToolName()
- Description copied from class:
ImageFilteringTool
- returns the name of the actual tool which was used.
- Overrides:
getToolName
in class RampFilteringTool
- Returns:
- the name of the tool as string.