Package edu.stanford.rsl.konrad.reconstruction

Contains classes to implement different reconstruction algorithms.

See:
          Description

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

Package edu.stanford.rsl.konrad.reconstruction Description

Contains classes to implement different reconstruction algorithms.

Author:
Andreas Maier