public class OpenCLCompensatedBackProjector1DCompressionField extends VOIBasedReconstructionFilter implements java.lang.Runnable, Citeable
| Constructor and Description |
|---|
OpenCLCompensatedBackProjector1DCompressionField() |
| Modifier and Type | Method and Description |
|---|---|
void |
backproject(Grid2D projection,
int projectionNumber)
Backprojects a single projection into the reconstruction space.
|
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
|
void |
loadInputQueue(ImageProcessorBuffer inp) |
void |
OpenCLRun(float[][] motionfield) |
void |
prepareForSerialization()
Sets all data objects in the serialized object to null which do not implement the Serializable interface.
|
void |
waitForResult(float[][] motionfield) |
clone, close, getName, getToolName, isFastVOIMode, setConfiguration, setFastVOIMode, setMaxI, setMaximumVolumeOfInterest, setMaximumVolumeOfInterestisDeviceDependentapplyHounsfieldScaling, getGeometry, initializeProjectionVolume, setProjectionVolume, updateVolumefeedFilter, getContext, process, run, setContext, setShowStatus, setSink, startgetFilterTools, isConfigured, setConfigured, toStringpublic OpenCLCompensatedBackProjector1DCompressionField()
public void prepareForSerialization()
SafeSerializableprepareForSerialization in interface SafeSerializableprepareForSerialization in class VOIBasedReconstructionFilterpublic void configure()
throws java.lang.Exception
GUIConfigurableconfigure in interface GUIConfigurableconfigure in class VOIBasedReconstructionFilterjava.lang.Exception - may happenpublic java.lang.String getBibtexCitation()
CiteablegetBibtexCitation in interface CiteablegetBibtexCitation in class VOIBasedReconstructionFilterpublic java.lang.String getMedlineCitation()
CiteablegetMedlineCitation in interface CiteablegetMedlineCitation in class VOIBasedReconstructionFilterpublic void waitForResult(float[][] motionfield)
public void backproject(Grid2D projection, int projectionNumber)
FBPReconstructionFilterbackproject in class VOIBasedReconstructionFilterprojection - the projection to backprojectprojectionNumber - the number of the projection in the data set. This is used to identify the correct projection matrix.public void OpenCLRun(float[][] motionfield)
public void loadInputQueue(ImageProcessorBuffer inp) throws java.io.IOException
java.io.IOException