public class DistanceDrivenBasedReconstruction extends ModelBasedIterativeReconstruction
Modifier and Type | Class and Description |
---|---|
class |
DistanceDrivenBasedReconstruction.LeastSquareReconstructionCG |
Modifier and Type | Field and Description |
---|---|
boolean |
Debug |
boolean |
Debug1 |
boolean |
Debug2 |
Constructor and Description |
---|
DistanceDrivenBasedReconstruction(Trajectory dataTrajectory) |
Modifier and Type | Method and Description |
---|---|
void |
backproject(Grid3D projImage,
Grid3D volImage)
Back projects a single projection into the reconstruction space.
|
void |
forwardproject(Grid3D projImage,
Grid3D volImage)
Forward projects the object onto the projection image.
|
java.lang.String |
getBibtexCitation()
Returns the citation in bibTex format
|
java.lang.String |
getMedlineCitation()
Returns the citation in Medline format
|
java.lang.String |
getToolName()
returns the name of the actual tool which was used.
|
void |
iterativeReconstruct() |
clone, close, configure, getGeometry, getName, getProjectionViews, getvolumeImage, InitializeProjectionViews, initializeTest, InitializeVolumeImage, prepareForSerialization, printOutGeometry, printSimpleMatrix, printSimpleVector
isDeviceDependent
applyHounsfieldScaling, initializeProjectionVolume, setProjectionVolume, updateVolume
feedFilter, getContext, process, run, setContext, setShowStatus, setSink, start
getFilterTools, isConfigured, setConfigured, toString
public DistanceDrivenBasedReconstruction(Trajectory dataTrajectory)
public void forwardproject(Grid3D projImage, Grid3D volImage) throws java.lang.Exception
ModelBasedIterativeReconstruction
java.lang.Exception
- may happen.public void backproject(Grid3D projImage, Grid3D volImage) throws java.lang.Exception
ModelBasedIterativeReconstruction
java.lang.Exception
- may happen.public java.lang.String getBibtexCitation()
Citeable
public java.lang.String getMedlineCitation()
Citeable
public java.lang.String getToolName()
ImageFilteringTool
getToolName
in class ModelBasedIterativeReconstruction
public void iterativeReconstruct() throws java.lang.Exception
iterativeReconstruct
in class IterativeReconstruction
java.lang.Exception