edu.stanford.rsl.siemens
Class LowContrastScatterCorrectionTool

java.lang.Object
  extended by edu.stanford.rsl.konrad.filtering.ImageFilteringTool
      extended by edu.stanford.rsl.konrad.filtering.IndividualImageFilteringTool
          extended by edu.stanford.rsl.siemens.LowContrastScatterCorrectionTool
All Implemented Interfaces:
Citeable, GUIConfigurable, SafeSerializable, NamedParallelizableRunnable, ParallelizableRunnable, java.io.Serializable, java.lang.Cloneable, java.lang.Runnable

Deprecated.

@Deprecated
public class LowContrastScatterCorrectionTool
extends IndividualImageFilteringTool

See Also:
Serialized Form

Constructor Summary
LowContrastScatterCorrectionTool()
          Deprecated.  
 
Method Summary
 ij.process.ImageProcessor applyToolToProcessor(ij.process.ImageProcessor imageProcessor)
          Deprecated. Is called in every thread to apply the tool to an individual ImageProcessor
 IndividualImageFilteringTool clone()
          Deprecated. All ImageFilteringTools need to be Cloneable in order to enable multiple processor usage.
 void configure()
          Deprecated. Configures the object before execution
 java.lang.String getBibtexCitation()
          Deprecated. Returns the citation in bibTex format
 Function getCorrection()
          Deprecated.  
 ij.process.ImageProcessor getMask()
          Deprecated.  
 java.lang.String getMedlineCitation()
          Deprecated. Returns the citation in Medline format
 java.lang.String getToolName()
          Deprecated. returns the name of the actual tool which was used.
 boolean isDeviceDependent()
          Deprecated. Scatter correction is device dependent.
 void prepareForSerialization()
          Deprecated. Sets all data objects in the serialized object to null which do not implement the Serializable interface.
 void setCorrection(Function correction)
          Deprecated.  
 void setMask(ij.process.ImageProcessor mask)
          Deprecated.  
 
Methods inherited from class edu.stanford.rsl.konrad.filtering.IndividualImageFilteringTool
applyToolToProcessor, getFilteredImageProcessor, getImageIndex, getProcessName, run, 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
 

Constructor Detail

LowContrastScatterCorrectionTool

public LowContrastScatterCorrectionTool()
Deprecated. 
Method Detail

prepareForSerialization

public void prepareForSerialization()
Deprecated. 
Description copied from interface: SafeSerializable
Sets all data objects in the serialized object to null which do not implement the Serializable interface. It can also be used to save space in the serialized form. Configuration parameters are preserved. Processing data is discarded.

Specified by:
prepareForSerialization in interface SafeSerializable
Overrides:
prepareForSerialization in class IndividualImageFilteringTool

applyToolToProcessor

public ij.process.ImageProcessor applyToolToProcessor(ij.process.ImageProcessor imageProcessor)
Deprecated. 
Description copied from class: IndividualImageFilteringTool
Is called in every thread to apply the tool to an individual ImageProcessor

Specified by:
applyToolToProcessor in class IndividualImageFilteringTool
Parameters:
imageProcessor - the ImageProcessor
Returns:
the filtered instance of the ImageProcessor

clone

public IndividualImageFilteringTool clone()
Deprecated. 
Description copied from class: IndividualImageFilteringTool
All ImageFilteringTools need to be Cloneable in order to enable multiple processor usage.

Specified by:
clone in class IndividualImageFilteringTool

getToolName

public java.lang.String getToolName()
Deprecated. 
Description copied from class: ImageFilteringTool
returns the name of the actual tool which was used.

Specified by:
getToolName in class ImageFilteringTool
Returns:
the name of the tool as string.

getBibtexCitation

public java.lang.String getBibtexCitation()
Deprecated. 
Description copied from interface: Citeable
Returns the citation in bibTex format

Returns:
citation as String

getMedlineCitation

public java.lang.String getMedlineCitation()
Deprecated. 
Description copied from interface: Citeable
Returns the citation in Medline format

Returns:
citation as String

configure

public void configure()
               throws java.lang.Exception
Deprecated. 
Description copied from interface: GUIConfigurable
Configures the object before execution

Throws:
java.lang.Exception - may happen

getMask

public ij.process.ImageProcessor getMask()
Deprecated. 

setMask

public void setMask(ij.process.ImageProcessor mask)
Deprecated. 

getCorrection

public Function getCorrection()
Deprecated. 

setCorrection

public void setCorrection(Function correction)
Deprecated. 

isDeviceDependent

public boolean isDeviceDependent()
Deprecated. 
Scatter correction is device dependent.

Specified by:
isDeviceDependent in class ImageFilteringTool
Returns:
true if the method is device dependent.