Uses of Class
org.anchoranalysis.core.exception.InitializeException
Packages that use InitializeException
Package
Description
Defining, loading, initializing Anchor Beans.
Initializing beans with particular parameters, including recursively.
Initializating a bean with parameters.
Setting, referencing and initializing key-value parameters.
Very general exceptions and base classes for exceptions with wide applicability.
Beans pertaining to feature-calculation.
A feature-list (custom list type for features) and associated providers.
Interfaces like
FeatureCalculator
but bound to
particular features.Initialization parameters used for beans in
org.anchoranalysis.feature.bean
.A defined context in which one or more features are provided inputs and produce results.
Features shared for referencing among calculations.
Base classes to perform binary-segmentation.
Beans pertaining to feature definition and calculation.
Features that convert to/from physical spatial units (e.g. meters) as opposed to pixels/voxels.
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.Instance-segmentation of a
Stack
.Beans related to creating
Mark
s.Criteria for adding edges during optimization of marked-point-processes.
Saved snapshots of energy-calculations.
Non-bean classes related to
Mark
s.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
.Implementations of
FeatureListProvider
that derive
new features with permuted property-values.Features from combinations of
ObjectMask
s.Implementations of
FeatureSingleObject
that use SharedObjects
for calculations.Implementations of
FeatureSingleObject
that use SharedObjects
for calculations, and measure
the degree of intersection between objects.Implementations of
VoxelScore
.Beans involving
SharedObjects
.Beans involving
SharedObjects
and
ObjectCollection
.Conditions for merging
ObjectMask
s.Associating labels with images.
Non-beans for calculating
Feature
s.Non-bean classes about labelling images.
Features that combine or convert other features in a generic way.
Fitting geometric structures to points.
-
Uses of InitializeException in org.anchoranalysis.bean
Methods in org.anchoranalysis.bean that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
NullParametersBean.initializeRecursive
(Logger logger) Initialize this bean and any suitable child beans.void
NullParametersBean.onInitialization()
As there's no parameters we expose a different method.final void
NullParametersBean.onInitialization
(NullInitialization so) -
Uses of InitializeException in org.anchoranalysis.bean.initializable
Methods in org.anchoranalysis.bean.initializable that throw InitializeExceptionModifier and TypeMethodDescriptionprotected P
InitializableBean.getInitialization()
The parameters used for initialization.void
InitializableBean.initialize
(P parameters, Logger logger) Initializes the bean with the necessary parameters.void
InitializableBean.initializeRecursive
(P parameters, Logger logger) Initializes this object, and all children objects, so long as they haveP
once a Bean doesn't haveP
, the children are not evaluated.void
InitializableBean.initRecursiveWithInitializer
(BeanInitializer<?> initializer, Logger logger) Initializes the bean and recursively all contained beans (who have compatible initialization requirements)void
InitializableBean.onInitialization
(P initialization) Called after initialization. -
Uses of InitializeException in org.anchoranalysis.bean.initializable.property
Methods in org.anchoranalysis.bean.initializable.property that throw InitializeExceptionModifier and TypeMethodDescriptionboolean
BeanInitializer.applyInitializationIfPossibleTo
(Object bean, Object parent, Logger logger) Applies the initialization to a bean if possible.void
AssignerMatchClass.assignInitializationToProperties
(Object bean, Object initialization, Object parent, Logger logger) void
InitializationParameterAssigner.assignInitializationToProperties
(Object bean, Object initialization, Object parent, Logger logger) Assigns the parameter to the bean. -
Uses of InitializeException in org.anchoranalysis.core.exception
Methods in org.anchoranalysis.core.exception that return InitializeExceptionModifier and TypeMethodDescriptionstatic InitializeException
InitializeException.createOrReuse
(Throwable exception) Wraps exception in aInitializeException
, unless it already its cause is aInitializeException
. -
Uses of InitializeException in org.anchoranalysis.feature.bean
Methods in org.anchoranalysis.feature.bean that throw InitializeExceptionModifier and TypeMethodDescriptionprotected void
Feature.beforeCalc
(FeatureInitialization initialization) Dummy method, that children can optionally override.void
Feature.onInitialization
(FeatureInitialization initialization) Called after initialization. -
Uses of InitializeException in org.anchoranalysis.feature.bean.list
Methods in org.anchoranalysis.feature.bean.list that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
FeatureList.initializeRecursive
(FeatureInitialization initialization, Logger logger) Initializes all features in the list, and recursively any features they contain.void
ReferencingFeatureListProvider.onInitialization
(FeatureRelatedInitialization soFeature) -
Uses of InitializeException in org.anchoranalysis.feature.calculate.bound
Constructors in org.anchoranalysis.feature.calculate.bound that throw InitializeException -
Uses of InitializeException in org.anchoranalysis.feature.initialization
Methods in org.anchoranalysis.feature.initialization that throw InitializeExceptionModifier and TypeMethodDescriptionFeatureInitialization.sharedObjectsRequired()
Retrieves the shared-objects associated with the initialization, or throws an an exception if they do not exist. -
Uses of InitializeException in org.anchoranalysis.feature.session
Methods in org.anchoranalysis.feature.session that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
SequentialSession.start
(FeatureInitialization initialization, SharedFeatures sharedFeatures, Logger logger) Starts the session.static <T extends FeatureInput>
FeatureCalculatorSingle<T> Starts a feature-session for a single feature.static <T extends FeatureInput>
FeatureCalculatorSingle<T> FeatureSession.with
(Feature<T> feature, FeatureInitialization initialization, SharedFeatures sharedFeatures, Logger logger) Starts a feature-session for a single feature, with specific initialization.static <T extends FeatureInput>
FeatureCalculatorSingle<T> FeatureSession.with
(Feature<T> feature, SharedFeatures sharedFeatures, Logger logger) Starts a feature-session for a single feature, with default initialization.static <T extends FeatureInput>
FeatureCalculatorMulti<T> FeatureSession.with
(FeatureList<T> features, Logger logger) Starts a feature-session for a list of features, with default initialization.static <T extends FeatureInput>
FeatureCalculatorMulti<T> FeatureSession.with
(FeatureList<T> features, FeatureInitialization initialization, Optional<SharedFeatures> sharedFeatures, Logger logger, BoundReplaceStrategy<T, ? extends ReplaceStrategy<T>> replaceStrategy) Starts a feature-session for a list of features, with particular initialization, and areplaceStrategy
.static <T extends FeatureInput>
FeatureCalculatorMulti<T> FeatureSession.with
(FeatureList<T> features, FeatureInitialization initialization, SharedFeatures sharedFeatures, Logger logger) Starts a feature-session for a list of features, with particular initialization. -
Uses of InitializeException in org.anchoranalysis.image.bean.segment.binary
Methods in org.anchoranalysis.image.bean.segment.binary that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
BinarySegmentationReference.onInitialization
(ImageInitialization initialization) -
Uses of InitializeException in org.anchoranalysis.image.feature.bean
Methods in org.anchoranalysis.image.feature.bean that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
VoxelScore.initialize
(List<Histogram> histograms, Optional<Dictionary> dictionary) Initializes the voxels-score. -
Uses of InitializeException in org.anchoranalysis.image.feature.bean.physical
Methods in org.anchoranalysis.image.feature.bean.physical that throw InitializeExceptionModifier and TypeMethodDescriptionprotected void
ConvertToPhysicalDistance.beforeCalc
(FeatureInitialization initialization) Initializes the direction vector before calculation. -
Uses of InitializeException in org.anchoranalysis.image.feature.calculator
Methods in org.anchoranalysis.image.feature.calculator that throw InitializeExceptionModifier 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 InitializeException in org.anchoranalysis.image.feature.calculator.merged
Methods in org.anchoranalysis.image.feature.calculator.merged that throw InitializeExceptionModifier 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 InitializeException in org.anchoranalysis.image.inference.bean.segment.instance
Methods in org.anchoranalysis.image.inference.bean.segment.instance that throw InitializeException -
Uses of InitializeException in org.anchoranalysis.mpp.bean.mark.factory
Methods in org.anchoranalysis.mpp.bean.mark.factory that throw InitializeException -
Uses of InitializeException in org.anchoranalysis.mpp.feature.addcriteria
Methods in org.anchoranalysis.mpp.feature.addcriteria that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
RandomCollectionWithAddCriteria.initUpdatableMarks
(MemoForIndex marks, EnergyStack stack, Logger logger, SharedFeatures sharedFeatures) Constructors in org.anchoranalysis.mpp.feature.addcriteria that throw InitializeExceptionModifierConstructorDescriptionAddCriteriaEnergyPair
(FeatureList<FeatureInputPairMemo> energyPairs, AddCriteriaPair pairAddCriteria) Creates an AddCriteriaEnergyPair with specified energy pairs and add criteria. -
Uses of InitializeException in org.anchoranalysis.mpp.feature.energy.saved
Methods in org.anchoranalysis.mpp.feature.energy.saved that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
EnergySavedPairs.initUpdatableMarks
(MemoForIndex pxlMarkMemoList, EnergyStack stack, Logger logger, SharedFeatures sharedFeatures) -
Uses of InitializeException in org.anchoranalysis.mpp.mark
Methods in org.anchoranalysis.mpp.mark that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
UpdatableMarks.initUpdatableMarks
(MemoForIndex memo, EnergyStack energyStack, Logger logger, SharedFeatures sharedFeatures) Initializes the updatable marks with necessary context. -
Uses of InitializeException in org.anchoranalysis.plugin.image.bean.channel.provider
Methods in org.anchoranalysis.plugin.image.bean.channel.provider that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
FromInput.onInitialization
(ImageInitialization initialization) -
Uses of InitializeException in org.anchoranalysis.plugin.image.bean.dimensions.provider
Methods in org.anchoranalysis.plugin.image.bean.dimensions.provider that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
FromChannel.onInitialization
(ImageInitialization initialization) -
Uses of InitializeException in org.anchoranalysis.plugin.image.bean.histogram.provider
Methods in org.anchoranalysis.plugin.image.bean.histogram.provider that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
Reference.onInitialization
(ImageInitialization initialization) -
Uses of InitializeException in org.anchoranalysis.plugin.image.bean.mask.provider.convert
Methods in org.anchoranalysis.plugin.image.bean.mask.provider.convert that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
FromStackChannel.onInitialization
(ImageInitialization initialization) -
Uses of InitializeException in org.anchoranalysis.plugin.image.bean.object.provider
Methods in org.anchoranalysis.plugin.image.bean.object.provider that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
ReferenceOrElse.onInitialization
(ImageInitialization initialization) -
Uses of InitializeException in org.anchoranalysis.plugin.image.bean.stack.provider
Methods in org.anchoranalysis.plugin.image.bean.stack.provider that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
FromInput.onInitialization
(ImageInitialization initialization) -
Uses of InitializeException in org.anchoranalysis.plugin.image.feature.bean.list.permute
Methods in org.anchoranalysis.plugin.image.feature.bean.list.permute that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
PermuteFeature.onInitialization
(FeatureRelatedInitialization so) -
Uses of InitializeException in org.anchoranalysis.plugin.image.feature.bean.object.combine
Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine that throw InitializeExceptionModifier and TypeMethodDescriptionabstract FeatureTableCalculator
<T> CombineObjectsForFeatures.createFeatures
(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> featuresSingleObject, NamedFeatureStoreFactory storeFactory, boolean suppressErrors) Creates features that will be applied on the objects. -
Uses of InitializeException in org.anchoranalysis.plugin.image.feature.bean.score
Methods in org.anchoranalysis.plugin.image.feature.bean.score that throw InitializeExceptionModifier and TypeMethodDescriptionprotected static double
FromDictionaryBase.extractAsDouble
(Dictionary dictionary, String key) Extracts a double value from the dictionary for a given key.void
CalculateLevelBase.initialize
(List<Histogram> histograms, Optional<Dictionary> dictionary) void
FromDictionaryBase.initialize
(List<Histogram> histograms, Optional<Dictionary> dictionary) Initializes the feature with histograms and a dictionary.void
IdentityImposeValueRelationToHistogram.initialize
(List<Histogram> histograms, Optional<Dictionary> dictionary) void
NormalizeByMax.initialize
(List<Histogram> histograms, Optional<Dictionary> dictionary) protected abstract void
FromDictionaryBase.setupDictionary
(Dictionary dictionary) Sets up the feature using the provided dictionary. -
Uses of InitializeException in org.anchoranalysis.plugin.image.object.merge.condition
Methods in org.anchoranalysis.plugin.image.object.merge.condition that throw InitializeExceptionModifier and TypeMethodDescriptionvoid
AfterCondition.initialize
(Logger logger) Initializes the condition with a logger.void
IncreaseFeatureCondition.initialize
(Logger logger) -
Uses of InitializeException in org.anchoranalysis.plugin.image.task.bean.labeller
Methods in org.anchoranalysis.plugin.image.task.bean.labeller that throw InitializeExceptionModifier and TypeMethodDescriptionBinaryOutcomeImageLabeller.initialize
(Path pathForBinding) ImageCSVLabeller.initialize
(Path pathForBinding) abstract T
ImageLabeller.initialize
(Path pathForBinding) Initializes the labeller.ImageLabellerStringMap.initialize
(Path pathForBinding) -
Uses of InitializeException in org.anchoranalysis.plugin.image.task.feature.calculator
Methods in org.anchoranalysis.plugin.image.task.feature.calculator that throw InitializeExceptionModifier and TypeMethodDescriptionFeatureCalculatorFromProvider.calculatorForAll
(FeatureList<T> features) Calculates all image-features in the feature-store. -
Uses of InitializeException in org.anchoranalysis.plugin.image.task.labeller
Methods in org.anchoranalysis.plugin.image.task.labeller that throw InitializeExceptionModifier and TypeMethodDescriptionSharedStateFilteredImageOutput.getFilterInitialization
(Path pathForBinding) Gets the filter initialization, initializing it if necessary. -
Uses of InitializeException in org.anchoranalysis.plugin.operator.feature.bean
Methods in org.anchoranalysis.plugin.operator.feature.bean that throw InitializeExceptionModifier and TypeMethodDescriptionprotected void
FromDictionary.beforeCalc
(FeatureInitialization initialization) -
Uses of InitializeException in org.anchoranalysis.plugin.points.bean.fitter
Methods in org.anchoranalysis.plugin.points.bean.fitter that throw InitializeException