Uses of Class
edu.stanford.rsl.konrad.filtering.ImageFilteringTool

Packages that use ImageFilteringTool
edu.stanford.rsl.apps.gui Contains classes for the graphical user interface of KONRAD. 
edu.stanford.rsl.konrad.cuda Contains classes for hardware-accelerated projection and volume handling using CUDA. 
edu.stanford.rsl.konrad.filtering Contains classes for filtering of image data. 
edu.stanford.rsl.konrad.filtering.multiprojection Contains classes for filtering of image data accessing multiple images at a time. 
edu.stanford.rsl.konrad.filtering.multiprojection.anisotropic Contains classes for anisotropic filtering of image data. 
edu.stanford.rsl.konrad.filtering.redundancy Contains classes for redundancy weighting of image data for filtered backprojection. 
edu.stanford.rsl.konrad.pipeline Contains classes to enable pipeline processing. 
edu.stanford.rsl.konrad.reconstruction Contains classes to implement different reconstruction algorithms. 
edu.stanford.rsl.konrad.utils Contains various utility classes. 
edu.stanford.rsl.science   
edu.stanford.rsl.siemens   
 

Uses of ImageFilteringTool in edu.stanford.rsl.apps.gui
 

Constructors in edu.stanford.rsl.apps.gui with parameters of type ImageFilteringTool
GUICompatibleObjectVisualizationPanel(ImageFilteringTool tool)
           
 

Uses of ImageFilteringTool in edu.stanford.rsl.konrad.cuda
 

Subclasses of ImageFilteringTool in edu.stanford.rsl.konrad.cuda
 class CUDABackProjector
           
 

Uses of ImageFilteringTool in edu.stanford.rsl.konrad.filtering
 

Subclasses of ImageFilteringTool in edu.stanford.rsl.konrad.filtering
 class AbsoluteValueTool
           
 class ApplyLambdaWeightingTool
           
 class BilateralFilteringTool
           
 class CosineWeightingTool
          Filtering tool to apply cosine weights.
 class DynamicDensityOptimizationScatterCorrectionTool
           
 class ExtremeValueTruncationFilter
          Filter to truncate pixel values below or above a certain threshold
 class Filtering2DTool
          Filtering tool to apply a 2D filter.
 class HilbertFilteringTool
          Tool to apply a 1-D Hilbert filter.
 class HorizontalFlippingTool
           
 class HoughFilteringTool
          Tool to apply a Hough filter for circles with fixed dimension.
 class ImageConstantMathFilter
           
 class ImageMathFilter
           
 class IndividualImageFilteringTool
           
 class LogPoissonNoiseFilteringTool
          Applies Poisson noise to the input image as it would happen in the physical process (based on a monochromatic x-ray source).
 class MeanFilteringTool
           
 class NumericalDerivativeComputationTool
          Tool to compute first derivate numerically.
 class PoissonNoiseFilteringTool
          Applies Poisson noise to the input image.
 class PrimaryModulationScatterCorrectionTool
          This is the comment $\alpha$
 class RampFilteringTool
          Class to apply a ramp filter to an image before 3D reconstruction.
 class Rotate90DegreeLeftTool
           
 class TruncationCorrectionTool
          Class implements a simple truncation correction algorithm after Ohnesorge, Flohr, Schwarz, Heiken, and Bae "Efficient correction for CT image artifacts caused by objects extending outside the scan field of view" Med.
 class VolumeAttenuationFactorCorrectionTool
           
 

Methods in edu.stanford.rsl.konrad.filtering that return ImageFilteringTool
 ImageFilteringTool PrimaryModulationScatterCorrectionTool.clone()
           
abstract  ImageFilteringTool ImageFilteringTool.clone()
          Creates a clone of the filter with the same configuration as the original.
static ImageFilteringTool[] ImageFilteringTool.getFilterTools()
          Gives an Array with default instances of all known image filters.
 

Uses of ImageFilteringTool in edu.stanford.rsl.konrad.filtering.multiprojection
 

Subclasses of ImageFilteringTool in edu.stanford.rsl.konrad.filtering.multiprojection
 class BilateralFilter3D
           
 class BlockWiseMultiProjectionFilter
          Class for simplified parallelization of MultiProjectionFilters.
 class BlockWiseStructureTensor
           
 class IdentityTransformFilter
          Class to test the BlockWiseMultiProjectionFilter.
 class IterativeReconstructionFilter
           
 class Lambda3DDerivativeFilter
          Class for the computation of a derivative along the source trajectory.
 class MultiProjectionFilter
          Abstract class to handle multi projection filter.
 class ProjectionSortingFilter
           
 

Methods in edu.stanford.rsl.konrad.filtering.multiprojection that return ImageFilteringTool
 ImageFilteringTool ProjectionSortingFilter.clone()
           
 ImageFilteringTool Lambda3DDerivativeFilter.clone()
           
 ImageFilteringTool IterativeReconstructionFilter.clone()
           
 ImageFilteringTool IdentityTransformFilter.clone()
           
 ImageFilteringTool BlockWiseStructureTensor.clone()
           
 ImageFilteringTool BilateralFilter3D.clone()
           
 

Uses of ImageFilteringTool in edu.stanford.rsl.konrad.filtering.multiprojection.anisotropic
 

Subclasses of ImageFilteringTool in edu.stanford.rsl.konrad.filtering.multiprojection.anisotropic
 class AnisotropicStructureTensorNoiseFilter
          MultiProjectionFilter which implements an anisotropic structure tensor noise filter.
 class CUDAAnisotropicStructureTensorNoiseFilter
          MultiProjectionFilter which implements an anisotropic structure tensor noise filter on CUDA.
 class CUDAFFTAnisotropicStructureTensorNoiseFilter
          MultiProjectionFilter which implements an anisotropic structure tensor noise filter.
 

Methods in edu.stanford.rsl.konrad.filtering.multiprojection.anisotropic that return ImageFilteringTool
 ImageFilteringTool AnisotropicStructureTensorNoiseFilter.clone()
           
 

Uses of ImageFilteringTool in edu.stanford.rsl.konrad.filtering.redundancy
 

Subclasses of ImageFilteringTool in edu.stanford.rsl.konrad.filtering.redundancy
 class NooWeightingTool
           
 class OSCARWeightingTool
           
 class ParkerWeightingTool
          Implementation of Parker weights.
 class SilverWeightingTool
           
 class WesargWeightingTool
           
 

Uses of ImageFilteringTool in edu.stanford.rsl.konrad.pipeline
 

Subclasses of ImageFilteringTool in edu.stanford.rsl.konrad.pipeline
 class IndividualImagePipelineFilteringTool
          Class to describe the thread which runs in a parallel image pipeline.
 

Methods in edu.stanford.rsl.konrad.pipeline that return ImageFilteringTool
 ImageFilteringTool[] IndividualImagePipelineFilteringTool.getPipeline()
           
static ImageFilteringTool[] ParallelImageFilterPipeliner.getPipelineClone(ImageFilteringTool[] tools)
           
 

Methods in edu.stanford.rsl.konrad.pipeline with parameters of type ImageFilteringTool
static ImageFilteringTool[] ParallelImageFilterPipeliner.getPipelineClone(ImageFilteringTool[] tools)
           
static IndividualImageFilteringTool[] ParallelImageFilterPipeliner.getSubPipeline(ImageFilteringTool[] tools, int start, int end)
           
 

Constructors in edu.stanford.rsl.konrad.pipeline with parameters of type ImageFilteringTool
ParallelImageFilterPipeliner(FileProjectionSource image, ImageFilteringTool[] tools, BufferedProjectionSink sink)
          Constructor requires an ImagePlus.
 

Uses of ImageFilteringTool in edu.stanford.rsl.konrad.reconstruction
 

Subclasses of ImageFilteringTool in edu.stanford.rsl.konrad.reconstruction
 class CPUSuperShortScanBackprojector
          Implementation of the backprojector which is required for Noo's super-short-scan reconstruction.
 class FBPReconstructionFilter
          The FBP reconstruction filter is the abstract class that describes a general outline for a filtered backprojection algorithm.
 class LolaBunnyBackprojector
          The most simple implementation of the backprojection using no speed-up methods.
 class RayWeightCorrectingCPUSuperShortScanBackprojector
          A FBP-based reconstruction algorithm which evaluates whether 180 degrees of angular coverage have been achieved during the reconstruction.
 class ReconstructionFilter
          All reconstruction algorithms are based on the reconstruction filter.
 class SimpleIterativeReconstruction
          A simple approach for iterative reconstruction.
 class SubVolumeBackprojector
          This FBP-based mathod splits the reconstruction volume into sub volumes which can be processed in parallel to speed up the reconstruction further.
 class SuperShortScanBackprojection
          Deprecated. 
 class VOIBasedReconstructionFilter
          The VOIBasedReconstructionFilter is an implementation of the backprojection which employs a volume-of-interest (VOI) to speed up reconstruction.
 

Methods in edu.stanford.rsl.konrad.reconstruction that return ImageFilteringTool
 ImageFilteringTool VOIBasedReconstructionFilter.clone()
           
 ImageFilteringTool SimpleIterativeReconstruction.clone()
           
 ImageFilteringTool FBPReconstructionFilter.clone()
           
 

Uses of ImageFilteringTool in edu.stanford.rsl.konrad.utils
 

Methods in edu.stanford.rsl.konrad.utils that return ImageFilteringTool
 ImageFilteringTool[] Configuration.getFilterPipeline()
           
 

Methods in edu.stanford.rsl.konrad.utils with parameters of type ImageFilteringTool
 void Configuration.setFilterPipeline(ImageFilteringTool[] pipline)
           
 

Uses of ImageFilteringTool in edu.stanford.rsl.science
 

Subclasses of ImageFilteringTool in edu.stanford.rsl.science
 class AdditiveRowWeightingTool
          Filtering tool to apply additive row weights.
 class InverseRampFilteringTool
           
 class RowWeightingTool
          Filtering tool to apply row weights.
 

Uses of ImageFilteringTool in edu.stanford.rsl.siemens
 

Subclasses of ImageFilteringTool in edu.stanford.rsl.siemens
 class AutomaticExposureControlCompensationTool
           
 class LowContrastScatterCorrectionTool
          Deprecated. 
 class LowContrastWaterCorrectionTool
           
 class PDS2GeometryCalibrationTool
          Tool to extract the g filter for circles with fixed dimension.
 class SimulateAutomaticExposureControlTool
           
 class SinogramWeightingTool
          Class to read and use the Parker weights specified in the Siemens configuration file "sinogram.txt"