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.filtering |
Contains classes for filtering of image data.
|
edu.stanford.rsl.conrad.filtering.multiprojection |
Contains classes for filtering of image data accessing multiple images at a time.
|
edu.stanford.rsl.conrad.filtering.multiprojection.anisotropic |
Contains classes for anisotropic filtering of image data.
|
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 |
PrimaryModulationScatterCorrectionTool |
Modifier and Type | Class and Description |
---|---|
class |
BilateralFilter3D |
class |
BlockWiseMultiProjectionFilter
Class for simplified parallelization of MultiProjectionFilters.
|
class |
BlockWiseStructureTensor |
class |
DiaphragmTrackingTool
This tool can be used to track a diaphragm in the projection data.
|
class |
IdentityTransformFilter
Class to test the BlockWiseMultiProjectionFilter.
|
class |
IterativeReconstructionFilter |
class |
Lambda3DDerivativeFilter
Class for the computation of a derivative along the source trajectory.
|
class |
ProjectionSortingFilter |
class |
Triangulation
This class triangulates the 3D position from subsequent projections.
|
Modifier and Type | Class and Description |
---|---|
class |
AnisotropicStructureTensorNoiseFilter
MultiProjectionFilter which implements an anisotropic structure tensor noise filter.
|
class |
CUDAAnisotropicStructureTensorNoiseFilter
MultiProjectionFilter which implements an anisotropic structure tensor noise filter on CUDA.
|
class |
CUDAFFTAnisotropicStructureTensorNoiseFilter
MultiProjectionFilter which implements an anisotropic structure tensor noise filter.
|
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 |
ReconstructionFilter
All reconstruction algorithms are based on the reconstruction filter.
|
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
|