Uses of Interface
org.anchoranalysis.image.io.stack.input.ProvidesStackInput
Packages that use ProvidesStackInput
Package
Description
Reading and writing annotations to the filesystem.
Beans related to reading / writing / specifying annotations.
Non-bean classes for reading a
Channel
from the
filesystem.Non-bean classes for reading a
Stack
from the
filesystem.Beans for reading data structures related to marked point processes from the file system.
Non-beans for reading data structures related to marked point processes from the file system.
Task to compare a set of annotations to a segmentation or another set of annotations.
Strategies for how to annotate an image, such label per image etc.
Source of rows in feature-tables with
FeatureSource
and derived classes.Tasks that involved stacks (usually each channel from an image) that are somehow
grouped-together.
Associating labels with images.
Non-beans for calculating
Feature
s.Non-bean classes about labelling images.
Non-bean classes pertaining to stacks and channels as used in tasks.
Implementations of
InputManager
that process Stack
s.-
Uses of ProvidesStackInput in org.anchoranalysis.annotation.io
Constructors in org.anchoranalysis.annotation.io with parameters of type ProvidesStackInputModifierConstructorDescriptionAnnotationWithStrategy
(ProvidesStackInput input, T strategy) Creates for a particular input and associated annotation strategy. -
Uses of ProvidesStackInput in org.anchoranalysis.annotation.io.bean
Classes in org.anchoranalysis.annotation.io.bean with type parameters of type ProvidesStackInputModifier and TypeClassDescriptionclass
AnnotationInputManager<T extends ProvidesStackInput,
S extends AnnotatorStrategy> AnInputManager
that provides annotations corresponding to images.Methods in org.anchoranalysis.annotation.io.bean with parameters of type ProvidesStackInputModifier and TypeMethodDescriptionAnnotatorStrategy.annotationLabelFor
(ProvidesStackInput input, OperationContext context) A human-friendly textual description of the annotation, orOptional.empty()
if no label is available.abstract Path
AnnotatorStrategy.pathFor
(ProvidesStackInput input) The path to where an annotation file for a particular input would be located. -
Uses of ProvidesStackInput in org.anchoranalysis.image.io.channel.input
Classes in org.anchoranalysis.image.io.channel.input that implement ProvidesStackInputModifier and TypeClassDescriptionclass
Provides a set of channels as an input, with each channel having a name.class
One part of aNamedChannelsInput
that can be combined with others. -
Uses of ProvidesStackInput in org.anchoranalysis.image.io.stack.input
Subinterfaces of ProvidesStackInput in org.anchoranalysis.image.io.stack.inputModifier and TypeInterfaceDescriptioninterface
Provides a single stack (or a time series of such stacks) as an input -
Uses of ProvidesStackInput in org.anchoranalysis.mpp.io.bean.input
Methods in org.anchoranalysis.mpp.io.bean.input that return types with arguments of type ProvidesStackInputModifier and TypeMethodDescriptionInputManager
<? extends ProvidesStackInput> MultiInputManager.getInput()
The input manager for the main stack.Method parameters in org.anchoranalysis.mpp.io.bean.input with type arguments of type ProvidesStackInputModifier and TypeMethodDescriptionvoid
MultiInputManager.setInput
(InputManager<? extends ProvidesStackInput> input) The input manager for the main stack.Constructor parameters in org.anchoranalysis.mpp.io.bean.input with type arguments of type ProvidesStackInputModifierConstructorDescriptionMultiInputManager
(String inputName, InputManager<? extends ProvidesStackInput> input) Creates a newMultiInputManager
with specified input name and input manager. -
Uses of ProvidesStackInput in org.anchoranalysis.mpp.io.input
Classes in org.anchoranalysis.mpp.io.input that implement ProvidesStackInputModifier and TypeClassDescriptionclass
An input to an experiment that combines a particularStack
with other types of entities.Constructors in org.anchoranalysis.mpp.io.input with parameters of type ProvidesStackInputModifierConstructorDescriptionMultiInput
(String mainObjectName, ProvidesStackInput mainInputObject) Creates a newMultiInput
with a specified name for the main input object.MultiInput
(ProvidesStackInput mainInputObject) Creates a newMultiInput
with a default name for the main input object.StackWithMap
(String mainObjectName, ProvidesStackInput mainInputObject) Creates a newStackWithMap
instance. -
Uses of ProvidesStackInput in org.anchoranalysis.plugin.annotation.bean.comparison
Method parameters in org.anchoranalysis.plugin.annotation.bean.comparison with type arguments of type ProvidesStackInputModifier and TypeMethodDescriptionCompareAnnotations.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<AnnotationComparisonInput<ProvidesStackInput>> inputs, ParametersExperiment parameters) void
CompareAnnotations.doJobOnInput
(InputBound<AnnotationComparisonInput<ProvidesStackInput>, ComparisonSharedState<T>> input) -
Uses of ProvidesStackInput in org.anchoranalysis.plugin.annotation.bean.strategy
Methods in org.anchoranalysis.plugin.annotation.bean.strategy with parameters of type ProvidesStackInputModifier and TypeMethodDescriptionImageLabelStrategy.annotationLabelFor
(ProvidesStackInput item, OperationContext context) MarkProposerStrategy.annotationLabelFor
(ProvidesStackInput item, OperationContext operationContext) SinglePathStrategy.pathFor
(ProvidesStackInput input) -
Uses of ProvidesStackInput in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source with parameters of type ProvidesStackInputModifier and TypeMethodDescriptionFromImage.additionalLabelsFor
(ProvidesStackInput input) protected ResultsVectorWithThumbnail
FromImage.calculateResultsForInput
(ProvidesStackInput input, FeatureCalculationContext<FeatureList<FeatureInputStack>> context) -
Uses of ProvidesStackInput in org.anchoranalysis.plugin.image.task.bean.grouped
Method parameters in org.anchoranalysis.plugin.image.task.bean.grouped with type arguments of type ProvidesStackInputModifier and TypeMethodDescriptionGroupedStackBase.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<ProvidesStackInput> inputs, ParametersExperiment parameters) void
GroupedStackBase.doJobOnInput
(InputBound<ProvidesStackInput, GroupedSharedState<S, T>> input) -
Uses of ProvidesStackInput in org.anchoranalysis.plugin.image.task.bean.labeller
Methods in org.anchoranalysis.plugin.image.task.bean.labeller with parameters of type ProvidesStackInputModifier and TypeMethodDescriptionBinaryClassifierImageLabeller.labelFor
(NoSharedState sharedState, ProvidesStackInput input, InputOutputContext context) Determines the label for a given input image.DescriptiveNameContainsImageLabeller.labelFor
(NoSharedState sharedState, ProvidesStackInput input, InputOutputContext context) ImageCSVLabeller.labelFor
(ImageCSVLabellerInitialization sharedState, ProvidesStackInput input, InputOutputContext context) abstract String
ImageLabeller.labelFor
(T sharedState, ProvidesStackInput input, InputOutputContext context) Determines a particular group-identifier (label) for an input.ImageLabellerStringMap.labelFor
(ImageLabellerStringMapInitialization<T> sharedState, ProvidesStackInput input, InputOutputContext context) Method parameters in org.anchoranalysis.plugin.image.task.bean.labeller with type arguments of type ProvidesStackInputModifier and TypeMethodDescriptionImageAssignLabel.beforeAnyJobIsExecuted
(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<ProvidesStackInput> inputs, ParametersExperiment parameters) void
ImageAssignLabel.doJobOnInput
(InputBound<ProvidesStackInput, SharedStateFilteredImageOutput<T>> input) -
Uses of ProvidesStackInput in org.anchoranalysis.plugin.image.task.feature.calculator
Methods in org.anchoranalysis.plugin.image.task.feature.calculator with parameters of type ProvidesStackInputModifier and TypeMethodDescriptionstatic EnergyStack
FeatureCalculatorRepeated.extractStack
(ProvidesStackInput input, StackProvider stackEnergy, InputOutputContext context) Extracts anEnergyStack
from the given input and stack provider.Constructors in org.anchoranalysis.plugin.image.task.feature.calculator with parameters of type ProvidesStackInputModifierConstructorDescriptionFeatureCalculatorFromProvider
(ProvidesStackInput stackInput, Optional<StackProvider> stackEnergy, InputOutputContext context) Creates a newFeatureCalculatorFromProvider
. -
Uses of ProvidesStackInput in org.anchoranalysis.plugin.image.task.labeller
Methods in org.anchoranalysis.plugin.image.task.labeller with parameters of type ProvidesStackInputModifier and TypeMethodDescriptionSharedStateFilteredImageOutput.labelFor
(ProvidesStackInput input, InputOutputContext context) Determines a particular group-identifier for an input. -
Uses of ProvidesStackInput in org.anchoranalysis.plugin.image.task.stack
Methods in org.anchoranalysis.plugin.image.task.stack with parameters of type ProvidesStackInputModifier and TypeMethodDescriptionstatic ImageInitialization
InitializationFactory.createWithStacks
(ProvidesStackInput input, InitializationContext context) Creates anImageInitialization
with stacks added from the input. -
Uses of ProvidesStackInput in org.anchoranalysis.plugin.io.bean.input.stack
Classes in org.anchoranalysis.plugin.io.bean.input.stack that implement ProvidesStackInputModifier and TypeClassDescriptionclass
An input object that convertsNamedChannelsInput
toStackSequenceInput
.