edu.stanford.rsl.konrad.reconstruction
Class FBPReconstructionFilter
java.lang.Object
edu.stanford.rsl.konrad.filtering.ImageFilteringTool
edu.stanford.rsl.konrad.filtering.multiprojection.MultiProjectionFilter
edu.stanford.rsl.konrad.reconstruction.ReconstructionFilter
edu.stanford.rsl.konrad.reconstruction.FBPReconstructionFilter
- All Implemented Interfaces:
- Citeable, GUIConfigurable, SafeSerializable, ProjectionSink, java.io.Serializable, java.lang.Cloneable, java.lang.Runnable
- Direct Known Subclasses:
- VOIBasedReconstructionFilter
public abstract class FBPReconstructionFilter
- extends ReconstructionFilter
The FBP reconstruction filter is the abstract class that describes a general outline for a
filtered backprojection algorithm. It splits the reconstruction process into several
backprojection steps which are called for each projection individually. This is realized
in the abstract method backproject. The backprojection method wraps the backprojection of
a single projection into the reconstruction space.
- Author:
- akmaier
- See Also:
- Serialized Form
Method Summary |
ImageFilteringTool |
clone()
Creates a clone of the filter with the same configuration as the original. |
boolean |
isDeviceDependent()
returns true, if the filter models or compensates device dependent, i.e. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FBPReconstructionFilter
public FBPReconstructionFilter()
clone
public ImageFilteringTool clone()
- Description copied from class:
ImageFilteringTool
- Creates a clone of the filter with the same configuration as the original.
- Specified by:
clone
in class ImageFilteringTool
isDeviceDependent
public boolean isDeviceDependent()
- Description copied from class:
ImageFilteringTool
- returns true, if the filter models or compensates device dependent, i.e. physical characteristics.
- Specified by:
isDeviceDependent
in class ImageFilteringTool
- Returns:
- true if the method is device dependent.