Package | Description |
---|---|
edu.stanford.rsl.apps.gui |
Contains classes for the graphical user interface of CONRAD.
|
edu.stanford.rsl.conrad.io |
Contains classes for input and output of data.
|
edu.stanford.rsl.conrad.pipeline |
Contains classes to enable pipeline processing.
|
edu.stanford.rsl.conrad.utils |
Contains various utility classes.
|
Modifier and Type | Method and Description |
---|---|
void |
GUICompatibleObjectVisualizationPanel.setVisualizedObject(BufferedProjectionSink sink) |
Constructor and Description |
---|
GUICompatibleObjectVisualizationPanel(BufferedProjectionSink sink) |
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 |
DevNullSink
Class for debugging pipelines.
|
Modifier and Type | Method and Description |
---|---|
static BufferedProjectionSink[] |
BufferedProjectionSink.getProjectionDataSinks() |
Constructor and Description |
---|
ParallelImageFilterPipeliner(ProjectionSource image,
ImageFilteringTool[] tools,
BufferedProjectionSink sink)
Constructor requires an ImagePlus.
|
Modifier and Type | Method and Description |
---|---|
BufferedProjectionSink |
Configuration.getSink() |
Modifier and Type | Method and Description |
---|---|
void |
Configuration.setSink(BufferedProjectionSink sink) |