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

Packages that use FBPReconstructionFilter
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 FBPReconstructionFilter in edu.stanford.rsl.konrad.cuda
 

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

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

Subclasses of FBPReconstructionFilter in edu.stanford.rsl.konrad.reconstruction
 class CPUSuperShortScanBackprojector
          Implementation of the backprojector which is required for Noo's super-short-scan reconstruction.
 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 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 VOIBasedReconstructionFilter
          The VOIBasedReconstructionFilter is an implementation of the backprojection which employs a volume-of-interest (VOI) to speed up reconstruction.