Uses of Class
org.anchoranalysis.image.bean.nonbean.init.ImageInitialization
Packages that use ImageInitialization
Package
Description
Base classes to perform binary-segmentation.
Implementations of
FeatureCalculatorMulti
related to images, especially to create tables of feature-calculations.A particular implementation of
FeatureCalculatorMulti
for feature-calculations based
upon pairs of image-objects.Reading and writing of image-related data objects to and from the filesystem.
Parameters used to initialize certain types of beans.
Implementations of
ChannelProvider
that are
generic base-classes or otherwise abstract or general.Implementations of
DimensionsProvider
.Implementations of
HistogramProvider
.Implementations of
MaskProvider
that convert
providers of other types to ObjectMask
s.Implementations of
ObjectCollectionProvider
.Implementations of
StackProvider
.Beans involving
SharedObjects
and
ObjectCollection
.Non-bean classes pertaining to
Feature
s as used in tasks.Non-bean classes pertaining to stacks and channels as used in tasks.
-
Uses of ImageInitialization in org.anchoranalysis.image.bean.segment.binary
Methods in org.anchoranalysis.image.bean.segment.binary with parameters of type ImageInitializationModifier and TypeMethodDescriptionvoid
BinarySegmentationReference.onInitialization
(ImageInitialization initialization) -
Uses of ImageInitialization in org.anchoranalysis.image.feature.calculator
Methods in org.anchoranalysis.image.feature.calculator with parameters of type ImageInitializationModifier and TypeMethodDescriptionvoid
FeatureTableCalculator.start
(ImageInitialization initialization, Optional<EnergyStack> energyStack, Logger logger) Initializes a feature store that has the same structure as that previously created by createFeatures() from the same object.void
SingleTableCalculator.start
(ImageInitialization initialization, Optional<EnergyStack> energyStack, Logger logger) -
Uses of ImageInitialization in org.anchoranalysis.image.feature.calculator.merged
Methods in org.anchoranalysis.image.feature.calculator.merged with parameters of type ImageInitializationModifier and TypeMethodDescriptionMergedPairsFeatures.createCalculator
(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputStack, ? extends ReplaceStrategy<FeatureInputStack>> cachingStrategy) Creates a feature calculator for stack features.MergedPairsFeatures.createPair
(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, CacheTransferSourceCollection cacheTransferSource) Creates a feature calculator for pair object features.MergedPairsFeatures.createSingle
(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputSingleObject, CacheAndReuseStrategy<FeatureInputSingleObject>> cachingStrategy) Creates a feature calculator for single object features.void
PairsTableCalculator.start
(ImageInitialization initializtion, Optional<EnergyStack> energyStack, Logger logger) -
Uses of ImageInitialization in org.anchoranalysis.image.io
Methods in org.anchoranalysis.image.io that return ImageInitializationModifier and TypeMethodDescriptionstatic ImageInitialization
ImageInitializationFactory.create
(InputOutputContext context) Create from anInputOutputContext
- without any suggested size.static ImageInitialization
ImageInitializationFactory.create
(InputOutputContext context, Optional<ImageSizeSuggestion> suggestedSize) Create from anInputOutputContext
- with a suggested size. -
Uses of ImageInitialization in org.anchoranalysis.mpp.init
Methods in org.anchoranalysis.mpp.init that return ImageInitializationModifier and TypeMethodDescriptionPointsInitialization.getImage()
The image initialization associated with this points initialization.MarksInitialization.image()
The image initialization associated with this marks initialization.Methods in org.anchoranalysis.mpp.init with parameters of type ImageInitializationModifier and TypeMethodDescriptionstatic PointsInitialization
PointsInitialization.create
(ImageInitialization image, SharedObjects so) Creates a new PointsInitialization instance.Constructors in org.anchoranalysis.mpp.init with parameters of type ImageInitializationModifierConstructorDescriptionConstructs a MarksInitialization with the given ImageInitialization. -
Uses of ImageInitialization in org.anchoranalysis.plugin.image.bean.channel.provider
Methods in org.anchoranalysis.plugin.image.bean.channel.provider with parameters of type ImageInitializationModifier and TypeMethodDescriptionvoid
FromInput.onInitialization
(ImageInitialization initialization) -
Uses of ImageInitialization in org.anchoranalysis.plugin.image.bean.dimensions.provider
Methods in org.anchoranalysis.plugin.image.bean.dimensions.provider with parameters of type ImageInitializationModifier and TypeMethodDescriptionvoid
FromChannel.onInitialization
(ImageInitialization initialization) -
Uses of ImageInitialization in org.anchoranalysis.plugin.image.bean.histogram.provider
Methods in org.anchoranalysis.plugin.image.bean.histogram.provider with parameters of type ImageInitializationModifier and TypeMethodDescriptionvoid
Reference.onInitialization
(ImageInitialization initialization) -
Uses of ImageInitialization in org.anchoranalysis.plugin.image.bean.mask.provider.convert
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.convert with parameters of type ImageInitializationModifier and TypeMethodDescriptionvoid
FromStackChannel.onInitialization
(ImageInitialization initialization) -
Uses of ImageInitialization in org.anchoranalysis.plugin.image.bean.object.provider
Methods in org.anchoranalysis.plugin.image.bean.object.provider with parameters of type ImageInitializationModifier and TypeMethodDescriptionvoid
ReferenceOrElse.onInitialization
(ImageInitialization initialization) -
Uses of ImageInitialization in org.anchoranalysis.plugin.image.bean.stack.provider
Methods in org.anchoranalysis.plugin.image.bean.stack.provider with parameters of type ImageInitializationModifier and TypeMethodDescriptionvoid
FromInput.onInitialization
(ImageInitialization initialization) -
Uses of ImageInitialization in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return ImageInitializationModifier and TypeMethodDescriptionInitializationWithEnergyStack.getImage()
The image initialization.Constructors in org.anchoranalysis.plugin.image.task.feature with parameters of type ImageInitializationModifierConstructorDescriptionInitializationWithEnergyStack
(ImageInitialization image, EnergyStack energyStack) Creates a newInitializationWithEnergyStack
instance. -
Uses of ImageInitialization in org.anchoranalysis.plugin.image.task.stack
Methods in org.anchoranalysis.plugin.image.task.stack that return ImageInitializationModifier and TypeMethodDescriptionstatic ImageInitialization
InitializationFactory.createWithoutStacks
(InitializationContext context) Creates anImageInitialization
without adding any stacks.static ImageInitialization
InitializationFactory.createWithStacks
(ProvidesStackInput input, InitializationContext context) Creates anImageInitialization
with stacks added from the input. -
Uses of ImageInitialization in org.anchoranalysis.plugin.mpp.bean.define
Methods in org.anchoranalysis.plugin.mpp.bean.define that return ImageInitializationModifier and TypeMethodDescriptionprotected ImageInitialization
DefineOutputter.createInitialization
(InitializationContext context, Optional<SharedObjects> sharedObjects, Optional<Dictionary> dictionary) Creates anImageInitialization
from the given context, shared objects, and dictionary.protected ImageInitialization
DefineOutputter.createInitialization
(InitializationContext context, ExportSharedObjects input) Creates anImageInitialization
from the given context and input.Method parameters in org.anchoranalysis.plugin.mpp.bean.define with type arguments of type ImageInitializationModifier and TypeMethodDescription<S> void
DefineOutputter.process
(InputBound<MultiInput, S> input, DefineOutputter.Processor<ImageInitialization> operation) Processes the input using the provided operation.<S> S
DefineOutputterWithEnergy.processInput
(InitializationContext context, SharedObjects sharedObjects, Optional<Dictionary> dictionary, DefineOutputterWithEnergy.ProcessWithEnergyStack<ImageInitialization, S> operation) Processes the input with an energy stack and shared objects.<S> void
DefineOutputterWithEnergy.processInput
(ExportSharedObjects input, InitializationContext context, DefineOutputterWithEnergy.ProcessWithEnergyStack<ImageInitialization, S> operation) Processes the input with an energy stack.