Uses of Class
org.anchoranalysis.image.bean.provider.stack.StackProvider
Packages that use StackProvider
Package
Description
A provider of
Stacks.Beans to combine multiple stacks into a single stack before outputting.
Non-bean classes for reading a
Stack from the
filesystem.Implementations of
StackProvider.Implementations of
StackProvider that color
portions of an image.Source of rows in feature-tables with
FeatureSource and derived classes.Associating labels with images.
Tasks that process on one or more slices from a z-stack.
Non-beans for calculating
Features.Implementations of
StackProvider that call
ImageJ.Implementations of
StackProvider involving
Mark or related classes.Operations involving color-spaces and OpenCV.
-
Uses of StackProvider in org.anchoranalysis.image.bean.provider.stack
Subclasses of StackProvider in org.anchoranalysis.image.bean.provider.stackModifier and TypeClassDescriptionclassCreates a stack that combines other stacks.classImplementation ofStackProviderthat calls a single delegateProvider<Stack>. -
Uses of StackProvider in org.anchoranalysis.image.io.bean.stack.combine
Subclasses of StackProvider in org.anchoranalysis.image.io.bean.stack.combineModifier and TypeClassDescriptionclassTiles a number ofStackProviderWithLabels as a singleStackProvider.classCreates an image that contains text only. -
Uses of StackProvider in org.anchoranalysis.image.io.stack.input
Methods in org.anchoranalysis.image.io.stack.input that return StackProviderModifier and TypeMethodDescriptionstatic StackProviderTileStackProviders.tile(List<StackProviderWithLabel> providers, int numberColumns, boolean createShort, boolean expandLabelZ) Creates aStackProviderthat provides a tiled-representation ofproviders. -
Uses of StackProvider in org.anchoranalysis.plugin.image.bean.stack.provider
Subclasses of StackProvider in org.anchoranalysis.plugin.image.bean.stack.providerModifier and TypeClassDescriptionclassCombines all the channels from one or more sources (stacks, channels etc.)classclassFinds the input-stack using a conventional name ofinput_imageclassRetrieves an existing stack. -
Uses of StackProvider in org.anchoranalysis.plugin.image.bean.stack.provider.color
Subclasses of StackProvider in org.anchoranalysis.plugin.image.bean.stack.provider.colorModifier and TypeClassDescriptionclassBase class for providers that draw entities (an outline or filled) on a background.classLikeColoredBasebut uses a generator to determine the colors for the objects.classDraws a colored representation (outline or filled) of aObjectMaskon a backgroundclassDraws a colored representation (outline or filled) of anObjectCollectionon a backgroundclassProvides aStackby combining up to three channels (red, green, blue) into an RGB image.classColors three collections of objects in RED, GREEN, BLUE channels on top of a background. -
Uses of StackProvider in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source that return StackProviderModifier and TypeMethodDescriptionFromImage.getStackEnergy()Optionally defines an energy-stack for feature calculation (if not set, the energy-stack is considered to be the input stacks).Methods in org.anchoranalysis.plugin.image.task.bean.feature.source with parameters of type StackProviderModifier and TypeMethodDescriptionvoidFromImage.setStackEnergy(StackProvider stackEnergy) Optionally defines an energy-stack for feature calculation (if not set, the energy-stack is considered to be the input stacks). -
Uses of StackProvider in org.anchoranalysis.plugin.image.task.bean.labeller
Methods in org.anchoranalysis.plugin.image.task.bean.labeller that return StackProviderModifier and TypeMethodDescriptionImageAssignLabel.getOutputStackProvider()If it's set, a stack is generated that is outputted into subdirectory corresponding to the groupIdentifier.BinaryClassifierImageLabeller.getStackEnergy()Provider for the energy stack.Methods in org.anchoranalysis.plugin.image.task.bean.labeller with parameters of type StackProviderModifier and TypeMethodDescriptionvoidImageAssignLabel.setOutputStackProvider(StackProvider outputStackProvider) If it's set, a stack is generated that is outputted into subdirectory corresponding to the groupIdentifier.voidBinaryClassifierImageLabeller.setStackEnergy(StackProvider stackEnergy) Provider for the energy stack. -
Uses of StackProvider in org.anchoranalysis.plugin.image.task.bean.slice
Methods in org.anchoranalysis.plugin.image.task.bean.slice that return StackProviderMethods in org.anchoranalysis.plugin.image.task.bean.slice with parameters of type StackProvider -
Uses of StackProvider in org.anchoranalysis.plugin.image.task.feature.calculator
Methods in org.anchoranalysis.plugin.image.task.feature.calculator with parameters of type StackProviderModifier and TypeMethodDescriptionstatic EnergyStackFeatureCalculatorRepeated.extractStack(ProvidesStackInput input, StackProvider stackEnergy, InputOutputContext context) Extracts anEnergyStackfrom the given input and stack provider.Constructor parameters in org.anchoranalysis.plugin.image.task.feature.calculator with type arguments of type StackProviderModifierConstructorDescriptionFeatureCalculatorFromProvider(ProvidesStackInput stackInput, Optional<StackProvider> stackEnergy, InputOutputContext context) Creates a newFeatureCalculatorFromProvider. -
Uses of StackProvider in org.anchoranalysis.plugin.imagej.bean.stack.provider
Subclasses of StackProvider in org.anchoranalysis.plugin.imagej.bean.stack.provider -
Uses of StackProvider in org.anchoranalysis.plugin.mpp.bean.define
Methods in org.anchoranalysis.plugin.mpp.bean.define that return StackProviderModifier and TypeMethodDescriptionDefineOutputterWithEnergy.getStackEnergy()The stack provider for the energy stack.Methods in org.anchoranalysis.plugin.mpp.bean.define with parameters of type StackProviderModifier and TypeMethodDescriptionvoidDefineOutputterWithEnergy.setStackEnergy(StackProvider stackEnergy) The stack provider for the energy stack. -
Uses of StackProvider in org.anchoranalysis.plugin.mpp.bean.stack.provider
Subclasses of StackProvider in org.anchoranalysis.plugin.mpp.bean.stack.providerModifier and TypeClassDescriptionclassDraws a colored representation (outline or filled) of anMarkCollectionon a background -
Uses of StackProvider in org.anchoranalysis.plugin.opencv.bean.color
Subclasses of StackProvider in org.anchoranalysis.plugin.opencv.bean.colorModifier and TypeClassDescriptionclassConverts a RGB stack into another color space using OpenCV.classConverts a RGB image to the HSV color space.classConverts a RGB image to the Lab color space.