Package | Description |
---|---|
edu.stanford.rsl.conrad.filtering |
Contains classes for 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.splines |
Contains classes to model splines.
|
edu.stanford.rsl.conrad.parallel |
Contains classes for parallel processing.
|
edu.stanford.rsl.conrad.phantom.workers |
Contains classes that model the worker threads of the phantom renderers.
|
edu.stanford.rsl.conrad.phantom.xcat |
Contains classes to create a phantom that is similar to NCAT.
|
edu.stanford.rsl.conrad.pipeline |
Contains classes to enable pipeline processing.
|
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 |
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 |
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 |
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 |
SurfaceBSplineVolumePhantom |
Modifier and Type | Class and Description |
---|---|
class |
ParallelThread
Thread to be run with a ParallelThreadExecutor.
|
class |
SimpleParallelThread |
Modifier and Type | Class and Description |
---|---|
class |
AnalyticPhantom3DVolumeRenderer
Renders arbitrarily defined phantoms
Works now with the correct origin computations.
|
class |
AnalyticPhantomProjectorWorker
Projects arbitrarily defined phantoms to a detector using ray casting.
The pixel value on the detector is determined by the absorption model. If you change anything in this class, notify the conrad-dev mailing list. |
class |
DiracProjectionPhantom
Phantom to create a Dirac pulse in the center of the projection.
|
class |
SheppLoganPhantomWorker
Wrapper class to create a volume phantom from the SheppLogan3D Class.
|
class |
SliceWorker
Class to model an abstract slice worker.
|
class |
VolumeOfInterestPhantom |
Modifier and Type | Class and Description |
---|---|
class |
TessellationThread
Thread to tessellate a SurfaceBSpline or TimeVariantSurfaceBSpline.
|
Modifier and Type | Class and Description |
---|---|
class |
IndividualImagePipelineFilteringTool
Class to describe the thread which runs in a parallel image pipeline.
|
class |
ParallelProjectionDataSinkFeeder |