Package | Description |
---|---|
edu.stanford.rsl.apps |
This package contains all applications that are delivered with CONRAD.
|
edu.stanford.rsl.conrad.opencl |
Contains classes to use OpenCL.
|
edu.stanford.rsl.conrad.phantom.renderer |
Contains classes to render the phantoms.
|
Modifier and Type | Field and Description |
---|---|
static PhantomRenderer |
Conrad.phantom |
Modifier and Type | Class and Description |
---|---|
class |
OpenCLProjectionPhantomRenderer
Class to enable creation of projections using OpenCL.
|
Modifier and Type | Class and Description |
---|---|
class |
AnalyticPhantomProjector
will implement a version which streams projections as they are projected.
|
class |
CylinderPhantomRenderer
Phantom of a homogeneous cylinder.
|
class |
MetricPhantomRenderer |
class |
ParallelProjectionPhantomRenderer
Class to enable parallel processing of slices of the target volume.
|
class |
RampProjectionPhantomRenderer
Class which generates an intensity ramp across the image in each image of the stack.
|
class |
SliceParallelVolumePhantomRenderer
Class to enable parallel processing of slices of the target volume.
|
class |
StreamingPhantomRenderer |
Modifier and Type | Method and Description |
---|---|
static PhantomRenderer[] |
PhantomRenderer.getPhantoms()
Returns a list of all known numerical phantoms.
|