Package | Description |
---|---|
edu.stanford.rsl.conrad.filtering.multiprojection |
Contains classes for filtering of image data accessing multiple images at a time.
|
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.phantom.renderer |
Contains classes to render the phantoms.
|
edu.stanford.rsl.conrad.pipeline |
Contains classes to enable pipeline processing.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiProjectionFilter.feedFilter(ProjectionSource source,
boolean showStatus)
feeds the filter from a projection Source.
|
Modifier and Type | Class and Description |
---|---|
class |
DennerleinProjectionSource
Class to read Dennerlein's Format.
|
class |
DicomProjectionSource |
class |
FileProjectionSource
Class to model an abstract projection source which accesses the file system to stream the data.
|
class |
ImagePlusProjectionDataSource |
class |
NRRDProjectionSource |
class |
SEQProjectionSource
Class to stream Varian's SEQ Format.
|
class |
TiffProjectionSource
Wrapper for a tif reader using imageJ.
|
class |
ZipProjectionSource
Wrapper for a zip reader using imageJ.
|
Modifier and Type | Method and Description |
---|---|
static ProjectionSource[] |
FileProjectionSource.getProjectionSources() |
static ProjectionSource |
FileProjectionSource.openProjectionStream(java.lang.String filename) |
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 |
PhantomRenderer
Abstract class to describe a numerical phantom.
|
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 | Class and Description |
---|---|
class |
ParallelImageFilterSink |
Modifier and Type | Method and Description |
---|---|
ProjectionSource |
IndividualImagePipelineFilteringTool.getProjectionSource() |
Modifier and Type | Method and Description |
---|---|
void |
IndividualImagePipelineFilteringTool.setProjectionSource(ProjectionSource projectionSource) |
Constructor and Description |
---|
ParallelImageFilterPipeliner(ProjectionSource image,
ImageFilteringTool[] tools,
BufferedProjectionSink sink)
Constructor requires an ImagePlus.
|