Uses of Class
edu.stanford.rsl.konrad.reconstruction.ReconstructionFilter

Packages that use ReconstructionFilter
edu.stanford.rsl.konrad.cuda Contains classes for hardware-accelerated projection and volume handling using CUDA. 
edu.stanford.rsl.konrad.reconstruction Contains classes to implement different reconstruction algorithms. 
 

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

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

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

Subclasses of ReconstructionFilter 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 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.