|
||||||||||
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
edu.stanford.rsl.konrad.reconstruction.FBPReconstructionFilter
edu.stanford.rsl.konrad.reconstruction.VOIBasedReconstructionFilter
edu.stanford.rsl.konrad.reconstruction.SubVolumeBackprojector
public 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.
Constructor Summary | |
---|---|
SubVolumeBackprojector()
|
Method Summary | |
---|---|
void |
configure()
Configures the object before execution |
java.lang.String |
getBibtexCitation()
Returns the citation in bibTex format |
java.lang.String |
getMedlineCitation()
Returns the citation in Medline format |
java.lang.String |
getName()
|
java.lang.String |
getToolName()
returns the name of the actual tool which was used. |
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 |
process(ij.process.ImageProcessor img,
int projectionNumber)
|
Methods inherited from class edu.stanford.rsl.konrad.reconstruction.VOIBasedReconstructionFilter |
---|
backproject, clone, close, isFastVOIMode, setConfiguration, setFastVOIMode, setMaxI, setMaximumVolumeOfInterest, setMaximumVolumeOfInterest |
Methods inherited from class edu.stanford.rsl.konrad.reconstruction.FBPReconstructionFilter |
---|
isDeviceDependent |
Methods inherited from class edu.stanford.rsl.konrad.reconstruction.ReconstructionFilter |
---|
applyHounsfieldScaling, getGeometry, setProjectionVolume, updateVolume |
Methods inherited from class edu.stanford.rsl.konrad.filtering.multiprojection.MultiProjectionFilter |
---|
feedFilter, getContext, run, setContext, setShowStatus, setSink, start |
Methods inherited from class edu.stanford.rsl.konrad.filtering.ImageFilteringTool |
---|
getFilterTools, isConfigured, setConfigured, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SubVolumeBackprojector()
Method Detail |
---|
public java.lang.String getName()
getName
in interface ProjectionSink
getName
in class VOIBasedReconstructionFilter
public void configure() throws java.lang.Exception
GUIConfigurable
configure
in interface GUIConfigurable
configure
in class VOIBasedReconstructionFilter
java.lang.Exception
- may happenpublic void initializeProjectionVolume()
ReconstructionFilter
initializeProjectionVolume
in class ReconstructionFilter
public void process(ij.process.ImageProcessor img, int projectionNumber) throws java.lang.Exception
process
in interface ProjectionSink
process
in class MultiProjectionFilter
java.lang.Exception
public void prepareForSerialization()
SafeSerializable
prepareForSerialization
in interface SafeSerializable
prepareForSerialization
in class VOIBasedReconstructionFilter
public java.lang.String getBibtexCitation()
Citeable
getBibtexCitation
in interface Citeable
getBibtexCitation
in class VOIBasedReconstructionFilter
public java.lang.String getMedlineCitation()
Citeable
getMedlineCitation
in interface Citeable
getMedlineCitation
in class VOIBasedReconstructionFilter
public java.lang.String getToolName()
ImageFilteringTool
getToolName
in class VOIBasedReconstructionFilter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |