edu.stanford.rsl.konrad.filtering.multiprojection.anisotropic
Class CUDAFFTAnisotropicStructureTensorNoiseFilter

java.lang.Object
  extended by edu.stanford.rsl.konrad.filtering.ImageFilteringTool
      extended by edu.stanford.rsl.konrad.filtering.multiprojection.MultiProjectionFilter
          extended by edu.stanford.rsl.konrad.filtering.multiprojection.anisotropic.AnisotropicStructureTensorNoiseFilter
              extended by edu.stanford.rsl.konrad.filtering.multiprojection.anisotropic.CUDAFFTAnisotropicStructureTensorNoiseFilter
All Implemented Interfaces:
Citeable, GUIConfigurable, SafeSerializable, ProjectionSink, java.io.Serializable, java.lang.Cloneable, java.lang.Runnable

public class CUDAFFTAnisotropicStructureTensorNoiseFilter
extends AnisotropicStructureTensorNoiseFilter

MultiProjectionFilter which implements an anisotropic structure tensor noise filter. FFT is computed using CUDA.

Author:
akmaier
See Also:
Serialized Form

Constructor Summary
CUDAFFTAnisotropicStructureTensorNoiseFilter()
           
 
Method Summary
 java.lang.String getToolName()
          returns the name of the actual tool which was used.
 
Methods inherited from class edu.stanford.rsl.konrad.filtering.multiprojection.anisotropic.AnisotropicStructureTensorNoiseFilter
clone, configure, getBibtexCitation, getDimx, getDimy, getHighPassLowerLevel, getHighPassUpperLevel, getLowerTensorLevel, getLpUpper, getMedlineCitation, getSmoothness, getUpperTensorLevel, isDeviceDependent, isOverlap, isShowAbsoluteTensor, prepareForSerialization, setDimx, setDimy, setHighPassLowerLevel, setHighPassUpperLevel, setLowerTensorLevel, setLpUpper, setOverlap, setShowAbsoluteTensor, setSmoothness, setUpperTensorLevel
 
Methods inherited from class edu.stanford.rsl.konrad.filtering.multiprojection.MultiProjectionFilter
close, feedFilter, getContext, getName, process, run, setContext, setShowStatus, setSink, start
 
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

CUDAFFTAnisotropicStructureTensorNoiseFilter

public CUDAFFTAnisotropicStructureTensorNoiseFilter()
Method Detail

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 AnisotropicStructureTensorNoiseFilter
Returns:
the name of the tool as string.