Uses of Class
org.anchoranalysis.experiment.task.InputBound
Packages that use InputBound
Package
Description
Defines a task,
which is a set of operations run on an input, that may or may not generate an output.
Non-bean classes related to a
Task
.Loading and displaying pre-defined tasks.
Beans to combine two or more annotations.
Task to compare a set of annotations to a segmentation or another set of annotations.
A parent package for many different kinds of tasks.
Combining multiple images together into a single image.
Tasks pertaining to
Feature
s.Tasks for converting image-formats.
Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
Associating labels with images.
Tasks to scale an image.
Tasks to segment an image.
Tasks that process on one or more slices from a z-stack.
Implementations of
Task
related to file-system
I/O.Converting from
NamedChannelsInput
to the
input-type expected by a Task
.-
Uses of InputBound in org.anchoranalysis.experiment.bean.task
Methods in org.anchoranalysis.experiment.bean.task with parameters of type InputBoundModifier and TypeMethodDescriptionabstract void
Task.doJobOnInput
(InputBound<T, S> input) Performs the task on a particular input. -
Uses of InputBound in org.anchoranalysis.experiment.task
Methods in org.anchoranalysis.experiment.task that return InputBoundModifier and TypeMethodDescription<U> InputBound
<U, S> InputBound.changeInput
(U inputToAssign) Copies the current instance but changes the input.<U,
V> InputBound <U, V> InputBound.changeInputAndSharedState
(U inputToAssign, V sharedStateToAssign) Copies the current instance but changes both the input and shared-state. -
Uses of InputBound in org.anchoranalysis.launcher.run.tasks
Methods in org.anchoranalysis.launcher.run.tasks with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
HelloWorld.doJobOnInput
(InputBound<S, NoSharedState> input) -
Uses of InputBound in org.anchoranalysis.plugin.annotation.bean.aggregate
Methods in org.anchoranalysis.plugin.annotation.bean.aggregate with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
AggregateAnnotations.doJobOnInput
(InputBound<AnnotationWithStrategy<S>, AggregateSharedState> input) -
Uses of InputBound in org.anchoranalysis.plugin.annotation.bean.comparison
Methods in org.anchoranalysis.plugin.annotation.bean.comparison with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
CompareAnnotations.doJobOnInput
(InputBound<AnnotationComparisonInput<ProvidesStackInput>, ComparisonSharedState<T>> input) -
Uses of InputBound in org.anchoranalysis.plugin.image.task.bean
Methods in org.anchoranalysis.plugin.image.task.bean with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
RasterTask.doJobOnInput
(InputBound<NamedChannelsInput, S> input) abstract void
RasterTask.doStack
(InputBound<NamedChannelsInput, S> input, U sharedStateJob, int seriesIndex, int numberSeries, InputOutputContext context) Processes one stack from a series. -
Uses of InputBound in org.anchoranalysis.plugin.image.task.bean.combine
Methods in org.anchoranalysis.plugin.image.task.bean.combine with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
Montage.doJobOnInput
(InputBound<StackSequenceInput, MontageSharedState> input) -
Uses of InputBound in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
ExportFeatures.doJobOnInput
(InputBound<T, FeatureExporter<S>> input) -
Uses of InputBound in org.anchoranalysis.plugin.image.task.bean.format
Methods in org.anchoranalysis.plugin.image.task.bean.format with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
ConvertImageFormat.doStack
(InputBound<NamedChannelsInput, NoSharedState> input, OutputSequenceIndexed<Stack, String> sharedStateJob, int seriesIndex, int numberSeries, InputOutputContext context) -
Uses of InputBound in org.anchoranalysis.plugin.image.task.bean.grouped
Methods in org.anchoranalysis.plugin.image.task.bean.grouped with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
GroupedStackBase.doJobOnInput
(InputBound<ProvidesStackInput, GroupedSharedState<S, T>> input) -
Uses of InputBound in org.anchoranalysis.plugin.image.task.bean.labeller
Methods in org.anchoranalysis.plugin.image.task.bean.labeller with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
ImageAssignLabel.doJobOnInput
(InputBound<ProvidesStackInput, SharedStateFilteredImageOutput<T>> input) -
Uses of InputBound in org.anchoranalysis.plugin.image.task.bean.scale
Methods in org.anchoranalysis.plugin.image.task.bean.scale with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
ScaleImage.doJobOnInput
(InputBound<StackSequenceInput, S> input) -
Uses of InputBound in org.anchoranalysis.plugin.image.task.bean.segment
Methods in org.anchoranalysis.plugin.image.task.bean.segment with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
SegmentInstanceWithModel.doJobOnInput
(InputBound<StackSequenceInput, SharedStateSegmentInstance<T>> input) -
Uses of InputBound in org.anchoranalysis.plugin.image.task.bean.slice
Methods in org.anchoranalysis.plugin.image.task.bean.slice with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
ExtractSlice.doJobOnInput
(InputBound<NamedChannelsInput, SharedStateSelectedSlice> input) -
Uses of InputBound in org.anchoranalysis.plugin.io.bean.task
Methods in org.anchoranalysis.plugin.io.bean.task with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
CombineCSV.doJobOnInput
(InputBound<FileInput, CSVWriter> parameters) void
CopyFiles.doJobOnInput
(InputBound<FileWithDirectoryInput, RecordingCounter<T>> input) void
SummarizeBase.doJobOnInput
(InputBound<T, Summarizer<S>> input) -
Uses of InputBound in org.anchoranalysis.plugin.mpp.bean.convert
Methods in org.anchoranalysis.plugin.mpp.bean.convert with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
ConvertNamedChannels.doJobOnInput
(InputBound<T, SharedStateRememberConverted<U, S>> inputBound) -
Uses of InputBound in org.anchoranalysis.plugin.mpp.bean.define
Methods in org.anchoranalysis.plugin.mpp.bean.define with parameters of type InputBoundModifier and TypeMethodDescriptionvoid
Develop.doJobOnInput
(InputBound<MultiInput, NoSharedState> input) <S> void
DefineOutputter.process
(InputBound<MultiInput, S> input, DefineOutputter.Processor<ImageInitialization> operation) Processes the input using the provided operation.