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 ObjectMasks.Implementations of
ObjectCollectionProvider.Implementations of
StackProvider.Beans involving
SharedObjects and
ObjectCollection.Non-bean classes pertaining to
Features 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 TypeMethodDescriptionvoidBinarySegmentationReference.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 TypeMethodDescriptionvoidFeatureTableCalculator.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.voidSingleTableCalculator.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.voidPairsTableCalculator.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 ImageInitializationImageInitializationFactory.create(InputOutputContext context) Create from anInputOutputContext- without any suggested size.static ImageInitializationImageInitializationFactory.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 PointsInitializationPointsInitialization.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 TypeMethodDescriptionvoidFromInput.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 TypeMethodDescriptionvoidFromChannel.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 TypeMethodDescriptionvoidReference.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 TypeMethodDescriptionvoidFromStackChannel.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 TypeMethodDescriptionvoidReferenceOrElse.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 TypeMethodDescriptionvoidFromInput.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 newInitializationWithEnergyStackinstance. -
Uses of ImageInitialization in org.anchoranalysis.plugin.image.task.stack
Methods in org.anchoranalysis.plugin.image.task.stack that return ImageInitializationModifier and TypeMethodDescriptionstatic ImageInitializationInitializationFactory.createWithoutStacks(InitializationContext context) Creates anImageInitializationwithout adding any stacks.static ImageInitializationInitializationFactory.createWithStacks(ProvidesStackInput input, InitializationContext context) Creates anImageInitializationwith 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 ImageInitializationDefineOutputter.createInitialization(InitializationContext context, Optional<SharedObjects> sharedObjects, Optional<Dictionary> dictionary) Creates anImageInitializationfrom the given context, shared objects, and dictionary.protected ImageInitializationDefineOutputter.createInitialization(InitializationContext context, ExportSharedObjects input) Creates anImageInitializationfrom the given context and input.Method parameters in org.anchoranalysis.plugin.mpp.bean.define with type arguments of type ImageInitializationModifier and TypeMethodDescription<S> voidDefineOutputter.process(InputBound<MultiInput, S> input, DefineOutputter.Processor<ImageInitialization> operation) Processes the input using the provided operation.<S> SDefineOutputterWithEnergy.processInput(InitializationContext context, SharedObjects sharedObjects, Optional<Dictionary> dictionary, DefineOutputterWithEnergy.ProcessWithEnergyStack<ImageInitialization, S> operation) Processes the input with an energy stack and shared objects.<S> voidDefineOutputterWithEnergy.processInput(ExportSharedObjects input, InitializationContext context, DefineOutputterWithEnergy.ProcessWithEnergyStack<ImageInitialization, S> operation) Processes the input with an energy stack.