|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.filtering.ImageFilteringTool
edu.stanford.rsl.konrad.filtering.IndividualImageFilteringTool
edu.stanford.rsl.konrad.pipeline.IndividualImagePipelineFilteringTool
edu.stanford.rsl.konrad.filtering.ExtremeValueTruncationFilter
public class ExtremeValueTruncationFilter
Filter to truncate pixel values below or above a certain threshold
Field Summary | |
---|---|
static java.lang.String |
MAX
|
static java.lang.String |
MIN
|
Constructor Summary | |
---|---|
ExtremeValueTruncationFilter()
|
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. |
void |
configure()
Configures the object before execution |
java.lang.String |
getBibtexCitation()
Returns the citation in bibTex format |
java.lang.String |
getMedlineCitation()
Returns the citation in Medline format |
java.lang.String |
getOperation()
|
java.lang.String |
getToolName()
returns the name of the actual tool which was used. |
boolean |
isDeviceDependent()
The use may differ. |
void |
setOperation(java.lang.String operation)
|
Methods inherited from class edu.stanford.rsl.konrad.pipeline.IndividualImagePipelineFilteringTool |
---|
getPipeline, getProjectionSource, getSink, run, setPipeline, setProjectionSource, setSink |
Methods inherited from class edu.stanford.rsl.konrad.filtering.IndividualImageFilteringTool |
---|
applyToolToProcessor, getFilteredImageProcessor, getImageIndex, getProcessName, prepareForSerialization, setImageIndex, setImageProcessor, setLatch |
Methods inherited from class edu.stanford.rsl.konrad.filtering.ImageFilteringTool |
---|
getFilterTools, isConfigured, setConfigured, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String MIN
public static final java.lang.String MAX
Constructor Detail |
---|
public ExtremeValueTruncationFilter()
Method Detail |
---|
public ij.process.ImageProcessor applyToolToProcessor(ij.process.ImageProcessor imageProcessor) throws java.lang.Exception
IndividualImageFilteringTool
applyToolToProcessor
in class IndividualImagePipelineFilteringTool
imageProcessor
- the ImageProcessor
java.lang.Exception
public IndividualImageFilteringTool clone()
IndividualImageFilteringTool
clone
in class IndividualImagePipelineFilteringTool
public java.lang.String getToolName()
IndividualImagePipelineFilteringTool
getToolName
in class IndividualImagePipelineFilteringTool
public java.lang.String getBibtexCitation()
Citeable
getBibtexCitation
in interface Citeable
getBibtexCitation
in class IndividualImagePipelineFilteringTool
public java.lang.String getMedlineCitation()
Citeable
getMedlineCitation
in interface Citeable
getMedlineCitation
in class IndividualImagePipelineFilteringTool
public java.lang.String getOperation()
public void setOperation(java.lang.String operation)
public void configure() throws java.lang.Exception
GUIConfigurable
configure
in interface GUIConfigurable
configure
in class IndividualImagePipelineFilteringTool
java.lang.Exception
- may happenpublic boolean isDeviceDependent()
isDeviceDependent
in class IndividualImagePipelineFilteringTool
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |