Uses of Class
org.anchoranalysis.image.bean.provider.stack.StackProvider
Packages that use StackProvider
Package
Description
A provider of
Stack
s.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
Feature
s.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 TypeClassDescriptionclass
Creates a stack that combines other stacks.class
Implementation ofStackProvider
that 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 TypeClassDescriptionclass
Tiles a number ofStackProviderWithLabel
s as a singleStackProvider
.class
Creates 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 StackProvider
TileStackProviders.tile
(List<StackProviderWithLabel> providers, int numberColumns, boolean createShort, boolean expandLabelZ) Creates aStackProvider
that 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 TypeClassDescriptionclass
Combines all the channels from one or more sources (stacks, channels etc.)class
class
Finds the input-stack using a conventional name ofinput_image
class
Retrieves 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 TypeClassDescriptionclass
Base class for providers that draw entities (an outline or filled) on a background.class
LikeColoredBase
but uses a generator to determine the colors for the objects.class
Draws a colored representation (outline or filled) of aObjectMask
on a backgroundclass
Draws a colored representation (outline or filled) of anObjectCollection
on a backgroundclass
Provides aStack
by combining up to three channels (red, green, blue) into an RGB image.class
Colors 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 TypeMethodDescriptionvoid
FromImage.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 TypeMethodDescriptionvoid
ImageAssignLabel.setOutputStackProvider
(StackProvider outputStackProvider) If it's set, a stack is generated that is outputted into subdirectory corresponding to the groupIdentifier.void
BinaryClassifierImageLabeller.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 EnergyStack
FeatureCalculatorRepeated.extractStack
(ProvidesStackInput input, StackProvider stackEnergy, InputOutputContext context) Extracts anEnergyStack
from 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 TypeMethodDescriptionvoid
DefineOutputterWithEnergy.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 TypeClassDescriptionclass
Draws a colored representation (outline or filled) of anMarkCollection
on a background -
Uses of StackProvider in org.anchoranalysis.plugin.opencv.bean.color
Subclasses of StackProvider in org.anchoranalysis.plugin.opencv.bean.colorModifier and TypeClassDescriptionclass
Converts a RGB stack into another color space using OpenCV.class
Converts a RGB image to the HSV color space.class
Converts a RGB image to the Lab color space.