|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.stanford.rsl.konrad.filtering.ImageFilteringTool
edu.stanford.rsl.konrad.filtering.multiprojection.MultiProjectionFilter
edu.stanford.rsl.konrad.reconstruction.ReconstructionFilter
public abstract class ReconstructionFilter
All reconstruction algorithms are based on the reconstruction filter. The reconstruction filter is the abstract class that gives the general outline of any reconstruction algorithm.
Constructor Summary | |
---|---|
ReconstructionFilter()
|
Method Summary | |
---|---|
void |
applyHounsfieldScaling()
applies the Hounsfield scaling as defined in the current global configuration. |
Trajectory |
getGeometry()
|
void |
initializeProjectionVolume()
creates an empty projection volume. |
void |
prepareForSerialization()
Sets all data objects in the serialized object to null which do not implement the Serializable interface. |
void |
setProjectionVolume(Grid3D projectionVolume)
Used to set the projection volume. |
void |
updateVolume(int i,
int j,
int k,
double increment)
updates the projection volume. |
Methods inherited from class edu.stanford.rsl.konrad.filtering.multiprojection.MultiProjectionFilter |
---|
close, feedFilter, getContext, getName, process, run, setContext, setShowStatus, setSink, start |
Methods inherited from class edu.stanford.rsl.konrad.filtering.ImageFilteringTool |
---|
clone, getFilterTools, getToolName, isConfigured, isDeviceDependent, setConfigured, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface edu.stanford.rsl.apps.gui.GUIConfigurable |
---|
configure |
Methods inherited from interface edu.stanford.rsl.apps.gui.Citeable |
---|
getBibtexCitation, getMedlineCitation |
Constructor Detail |
---|
public ReconstructionFilter()
Method Detail |
---|
public Trajectory getGeometry()
public void updateVolume(int i, int j, int k, double increment)
i
- x pixel entry numberj
- y pixel entry numberk
- z pixel entry numberincrement
- the value to add.public void setProjectionVolume(Grid3D projectionVolume)
projectionVolume
- the volumepublic void initializeProjectionVolume()
public void applyHounsfieldScaling()
public void prepareForSerialization()
SafeSerializable
prepareForSerialization
in interface SafeSerializable
prepareForSerialization
in class MultiProjectionFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |