Uses of Interface
edu.stanford.rsl.konrad.pipeline.ProjectionSink

Packages that use ProjectionSink
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.io   
edu.stanford.rsl.konrad.pipeline Contains classes to enable pipeline processing. 
edu.stanford.rsl.konrad.reconstruction Contains classes to implement different reconstruction algorithms. 
 

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

Classes in edu.stanford.rsl.konrad.cuda that implement ProjectionSink
 class CUDABackProjector
           
 

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

Classes in edu.stanford.rsl.konrad.filtering that implement ProjectionSink
 class PrimaryModulationScatterCorrectionTool
          This is the comment $\alpha$
 

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

Classes in edu.stanford.rsl.konrad.filtering.multiprojection that implement ProjectionSink
 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 with parameters of type ProjectionSink
 void MultiProjectionFilter.setSink(ProjectionSink sink)
          Used to connect the filter with the rest of the pipeline.
 

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

Classes in edu.stanford.rsl.konrad.filtering.multiprojection.anisotropic that implement ProjectionSink
 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.
 

Uses of ProjectionSink in edu.stanford.rsl.konrad.io
 

Classes in edu.stanford.rsl.konrad.io that implement ProjectionSink
 class ImagePlusDataSink
          Class to model an ImagePlus projection source, i.e.
 class IndividualFilesProjectionDataSink
          Class to model a directory as projection data sink.
 

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

Classes in edu.stanford.rsl.konrad.pipeline that implement ProjectionSink
 class BufferedProjectionSink
           
 class ParallelImageFilterSink
           
 

Methods in edu.stanford.rsl.konrad.pipeline that return ProjectionSink
 ProjectionSink ParallelProjectionDataSinkFeeder.getSink()
           
 ProjectionSink IndividualImagePipelineFilteringTool.getSink()
           
 

Methods in edu.stanford.rsl.konrad.pipeline with parameters of type ProjectionSink
static void ParallelProjectionDataSinkFeeder.projectParallel(ij.ImagePlus projections, ProjectionSink sink, boolean showStatus)
           
 void ParallelProjectionDataSinkFeeder.setSink(ProjectionSink sink)
           
 void ParallelImageFilterSink.setSink(ProjectionSink sink)
           
 void IndividualImagePipelineFilteringTool.setSink(ProjectionSink sink)
           
 

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

Classes in edu.stanford.rsl.konrad.reconstruction that implement ProjectionSink
 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.