Uses of Interface
org.anchoranalysis.image.io.stack.input.StackSequenceInput
Packages that use StackSequenceInput
Package
Description
Combining multiple images together into a single image.
Tasks to scale an image.
Tasks to segment an image.
Non-bean classes pertaining to stacks and channels as used in tasks.
Implementations of
InputManager
that process Stack
s.-
Uses of StackSequenceInput in org.anchoranalysis.plugin.image.task.bean.combine
Method parameters in org.anchoranalysis.plugin.image.task.bean.combine with type arguments of type StackSequenceInputModifier and TypeMethodDescriptionMontage.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<StackSequenceInput> inputs, ParametersExperiment parameters) void
Montage.doJobOnInput
(InputBound<StackSequenceInput, MontageSharedState> input) -
Uses of StackSequenceInput in org.anchoranalysis.plugin.image.task.bean.scale
Method parameters in org.anchoranalysis.plugin.image.task.bean.scale with type arguments of type StackSequenceInputModifier and TypeMethodDescriptionScaleImageCommonSize.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<StackSequenceInput> inputs, ParametersExperiment parameters) ScaleImageIndependently.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<StackSequenceInput> inputs, ParametersExperiment parameters) void
ScaleImage.doJobOnInput
(InputBound<StackSequenceInput, S> input) -
Uses of StackSequenceInput in org.anchoranalysis.plugin.image.task.bean.segment
Method parameters in org.anchoranalysis.plugin.image.task.bean.segment with type arguments of type StackSequenceInputModifier and TypeMethodDescriptionSegmentInstanceWithModel.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan plan, List<StackSequenceInput> inputs, ParametersExperiment parameters) void
SegmentInstanceWithModel.doJobOnInput
(InputBound<StackSequenceInput, SharedStateSegmentInstance<T>> input) -
Uses of StackSequenceInput in org.anchoranalysis.plugin.image.task.stack
Method parameters in org.anchoranalysis.plugin.image.task.stack with type arguments of type StackSequenceInputModifier and TypeMethodDescriptionImageSizePrereader.imageSizesFor
(List<StackSequenceInput> inputs) Extract the image-size for eachStackSequenceInput
. -
Uses of StackSequenceInput in org.anchoranalysis.plugin.io.bean.input.stack
Classes in org.anchoranalysis.plugin.io.bean.input.stack that implement StackSequenceInputModifier and TypeClassDescriptionclass
An input object that convertsNamedChannelsInput
toStackSequenceInput
.Methods in org.anchoranalysis.plugin.io.bean.input.stack that return types with arguments of type StackSequenceInputModifier and TypeMethodDescriptionConvertNamedChannelsToStack.inputs
(InputManagerParameters parameters) Stacks.inputs
(InputManagerParameters parameters)