Package | Description |
---|---|
edu.stanford.rsl.apps |
This package contains all applications that are delivered with CONRAD.
|
edu.stanford.rsl.conrad.cuda |
Contains classes for hardware-accelerated projection and volume handling using CUDA.
|
edu.stanford.rsl.conrad.opencl |
Contains classes to use OpenCL.
|
edu.stanford.rsl.conrad.reconstruction |
Contains classes to implement different reconstruction algorithms.
|
edu.stanford.rsl.conrad.reconstruction.iterative |
Contains classes to implement different iterative reconstruction algorithms.
|
edu.stanford.rsl.tutorial.motionEstimation |
This package contains a motion estimator.
|
Modifier and Type | Class and Description |
---|---|
class |
TestJang
Generate random integers in a certain range.
|
Modifier and Type | Class and Description |
---|---|
class |
CUDABackProjector |
class |
CUDACompensatedBackProjector
This is the existing CUDABackProjector with added motion compensation.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenCLBackProjector |
Modifier and Type | Class and Description |
---|---|
class |
CPUSuperShortScanBackprojector
Implementation of the backprojector which is required for Noo's super-short-scan reconstruction.
|
class |
DistanceDrivenBasedReconstruction |
class |
FBPReconstructionFilter
The FBP reconstruction filter is the abstract class that describes a general outline for a
filtered backprojection algorithm.
|
class |
IterativeReconstruction
All iterative reconstruction algorithms are based on the iterative reconstruction filter
The iterative reconstruction is the abstract class that describe a general outline for a
iterative reconstruction algorithm.
|
class |
LolaBunnyBackprojector
The most simple implementation of the backprojection using no speed-up methods.
|
class |
ModelBasedIterativeReconstruction |
class |
MotionCompensatedSubVolumeBackprojector
This FBP-based mathod splits the reconstruction volume into sub volumes which can be processed in parallel to speed up the reconstruction further.
|
class |
MotionCompensatedVOIBasedReconstructionFilter
The VOIBasedReconstructionFilter is an implementation of the backprojection which employs a volume-of-interest (VOI) to
speed up reconstruction.
|
class |
RayDrivenBasedReconstruction |
class |
RayWeightCorrectingCPUSuperShortScanBackprojector
A FBP-based reconstruction algorithm which evaluates whether 180 degrees of angular coverage have been achieved during the reconstruction.
|
class |
RigidBody3DTransformationVOIBasedReconstructionFilter
The VOIBasedReconstructionFilter is an implementation of the backprojection which employs a volume-of-interest (VOI) to
speed up reconstruction.
|
class |
RigidBody3DTransformationVOIBasedReconstructionFilterForXCAT
The VOIBasedReconstructionFilter is an implementation of the backprojection which employs a volume-of-interest (VOI) to
speed up reconstruction.
|
class |
SeparableFootprintsBasedReconstruction |
class |
SimpleIterativeReconstruction
A simple approach for iterative reconstruction.
|
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.
|
class |
SuperShortScanBackprojection
Deprecated.
|
class |
VOIBasedReconstructionFilter
The VOIBasedReconstructionFilter is an implementation of the backprojection which employs a volume-of-interest (VOI) to
speed up reconstruction.
|
Modifier and Type | Class and Description |
---|---|
class |
LeastSquaresCG |
class |
PenalizedLeastSquareART |
Modifier and Type | Class and Description |
---|---|
class |
OpenCLCompensatedBackProjector
DO NOT USE IN LARGEVOLUMEMODE
|
class |
OpenCLCompensatedBackProjector1DCompressionField
DO NOT USE IN LARGEVOLUMEMODE
|
class |
OpenCLCompensatedBackProjectorTPS
DO NOT USE IN LARGEVOLUMEMODE
|