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.filtering.rampfilters |
Contains classes for ramp filtering of image data.
|
edu.stanford.rsl.conrad.filtering.redundancy |
Contains classes for redundancy weighting of image data for filtered backprojection.
|
edu.stanford.rsl.conrad.geometry.trajectories |
Contains classes to model trajectories, i.e.
|
edu.stanford.rsl.conrad.io |
Contains classes for input and output of data.
|
edu.stanford.rsl.conrad.opencl |
Contains classes to use OpenCL.
|
edu.stanford.rsl.conrad.pipeline |
Contains classes to enable pipeline processing.
|
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.conrad.reconstruction.voi |
Contains classes to model the volume-of-interest (VOI).
|
edu.stanford.rsl.conrad.utils |
Contains various utility classes.
|
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 |
AbsoluteValueTool |
class |
ApplyHounsfieldScaling
This Class can be used to apply a previously learned Hounsfield scaling to an existing
reconstruction.
|
class |
ApplyLambdaWeightingTool
This class applies the beam hardening correction after Joseph & Spittal in projection domain.
|
class |
AtractResidual2D
Filters all projections of a stack with the 2D residual kernel of the ATRACT reconstruction
|
class |
BilateralFilteringTool |
class |
CosineWeightingTool
Filtering tool to apply cosine weights.
|
class |
DynamicDensityOptimizationScatterCorrectionTool |
class |
ExtremeValueTruncationFilter
This filter thresholds the values in imageProcessors.
|
class |
FastRadialSymmetryTool
Tool to apply a Fast Radial Symmetry Transform on slices
|
class |
FiducialMarkerDetectionTool |
class |
Filtering2DTool
Filtering tool to apply a 2D filter.
|
class |
HilbertFilteringTool
Tool to apply a 1-D Hilbert filter.
|
class |
HorizontalFlippingTool |
class |
HoughFilteringTool
Tool to apply a Hough filter for circles with fixed dimension.
|
class |
ImageConstantMathFilter |
class |
ImageFilteringTool
Abstract class to describe the blue print of an ImageFilteringTool.
|
class |
ImageJParallelTool
Filtering tool to apply an arbitrary ImageJ operation in parallel.
|
class |
ImageMathFilter |
class |
IndividualImageFilteringTool |
class |
KinectBasedDetectorSaturationCorrectionTool |
class |
LaplaceFilteringTool |
class |
LogPoissonNoiseFilteringTool
Applies Poisson noise to the input image as it would happen in the physical process (based on a monochromatic x-ray source).
|
class |
MeanFilteringTool |
class |
MeanMarkerBasedProjectionShiftingTool |
class |
MeanMarkerBasedProjectionShiftingToolForXCAT |
class |
MedianFilteringTool
Implements a simple median filter based on sorting of all values in the kernel.
|
class |
NonLinearGainCorrectionTool |
class |
NumericalDerivativeComputationTool
Tool to compute first derivate numerically.
|
class |
NumericalLinewiseAntiderivativeFilteringTool
Tool to compute the antiderivative of the projection line-wise.
|
class |
PoissonNoiseFilteringTool
Applies Poisson noise to the input image.
|
class |
PrimaryModulationScatterCorrectionTool |
class |
RampFilteringTool
Class to apply a ramp filter to an image before 3D reconstruction.
|
class |
Rotate90DegreeLeftTool |
class |
ThinPlateSplinesBasedProjectionWarpingTool |
class |
ThinPlateSplinesBasedProjectionWarpingToolForXCAT |
class |
TruncationCorrectionTool
Class implements a simple truncation correction algorithm after
Ohnesorge, Flohr, Schwarz, Heiken, and Bae
"Efficient correction for CT image artifacts caused by objects extending outside the scan field of view"
Med.
|
class |
VolumeAttenuationFactorCorrectionTool
This Class implements the first step of the beam hardening correction after Joseph & Spittal.
|
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 |
MultiProjectionFilter
Abstract class to handle multi projection filter.
|
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 |
ArbitraryRampFilter |
class |
CosineRampFilter |
class |
HammingRampFilter |
class |
HanningRampFilter |
class |
RamLakRampFilter
Class to represent a Ram-Lak RampFilter.
|
class |
RampFilter
Class to create Ramp Filters as described in Kak and Slaney 1988 (pp.
|
class |
SheppLoganRampFilter |
class |
SheppLoganRampFilterWithRollOff |
Modifier and Type | Class and Description |
---|---|
class |
NooWeightingTool |
class |
OSCARWeightingTool |
class |
ParkerWeightingTool
Implementation of Parker weights.
|
class |
SilverWeightingTool |
class |
TrajectoryParkerWeightingTool
This version of the Parker weights computes the primary angles from the trajectory rather than from preconfigured "primaryAngles".
|
class |
WesargWeightingTool |
Modifier and Type | Class and Description |
---|---|
class |
CircularTrajectory |
class |
ConfigFileBasedTrajectory
Abstract class to create config file-based geometry sources.
|
class |
DennerleinProjectionTableFileTrajectory
Class to read a projection file in Dennerlein Format.
|
class |
ExtrapolatedTrajectory |
class |
MultiSweepTrajectory |
class |
ProjectionTableFileTrajectory |
class |
SystemGeometryConfigFileTrajectory |
class |
Trajectory |
Modifier and Type | Class and Description |
---|---|
class |
ImagePlusDataSink
Class to model an ImagePlus projection source, i.e.
|
class |
IndividualFilesProjectionDataSink
Class to model a directory as projection data sink.
|
Modifier and Type | Class and Description |
---|---|
class |
OpenCLBackProjector |
Modifier and Type | Class and Description |
---|---|
class |
BufferedProjectionSink |
class |
DevNullSink
Class for debugging pipelines.
|
class |
IndividualImagePipelineFilteringTool
Class to describe the thread which runs in a parallel image pipeline.
|
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 |
PolygonBasedVolumeOfInterest
VOI based on a polygon definition which is identical for each slice.
|
Modifier and Type | Class and Description |
---|---|
class |
Configuration
Configuration is used to import Conrad configurations more easily and to store them globally.
|
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
|