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
Marks.Criteria for adding edges during optimization of marked-point-processes.
Saved snapshots of energy-calculations.
Non-bean classes related to
Marks.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.Implementations of
FeatureListProvider that derive
new features with permuted property-values.Features from combinations of
ObjectMasks.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
ObjectMasks.Associating labels with images.
Non-beans for calculating
Features.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 TypeMethodDescriptionvoidNullParametersBean.initializeRecursive(Logger logger) Initialize this bean and any suitable child beans.voidNullParametersBean.onInitialization()As there's no parameters we expose a different method.final voidNullParametersBean.onInitialization(NullInitialization so) -
Uses of InitializeException in org.anchoranalysis.bean.initializable
Methods in org.anchoranalysis.bean.initializable that throw InitializeExceptionModifier and TypeMethodDescriptionprotected PInitializableBean.getInitialization()The parameters used for initialization.voidInitializableBean.initialize(P parameters, Logger logger) Initializes the bean with the necessary parameters.voidInitializableBean.initializeRecursive(P parameters, Logger logger) Initializes this object, and all children objects, so long as they havePonce a Bean doesn't haveP, the children are not evaluated.voidInitializableBean.initRecursiveWithInitializer(BeanInitializer<?> initializer, Logger logger) Initializes the bean and recursively all contained beans (who have compatible initialization requirements)voidInitializableBean.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 TypeMethodDescriptionbooleanBeanInitializer.applyInitializationIfPossibleTo(Object bean, Object parent, Logger logger) Applies the initialization to a bean if possible.voidAssignerMatchClass.assignInitializationToProperties(Object bean, Object initialization, Object parent, Logger logger) voidInitializationParameterAssigner.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 InitializeExceptionInitializeException.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 voidFeature.beforeCalc(FeatureInitialization initialization) Dummy method, that children can optionally override.voidFeature.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 TypeMethodDescriptionvoidFeatureList.initializeRecursive(FeatureInitialization initialization, Logger logger) Initializes all features in the list, and recursively any features they contain.voidReferencingFeatureListProvider.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 TypeMethodDescriptionvoidSequentialSession.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 TypeMethodDescriptionvoidBinarySegmentationReference.onInitialization(ImageInitialization initialization) -
Uses of InitializeException in org.anchoranalysis.image.feature.bean
Methods in org.anchoranalysis.image.feature.bean that throw InitializeExceptionModifier and TypeMethodDescriptionvoidVoxelScore.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 voidConvertToPhysicalDistance.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 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 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.voidPairsTableCalculator.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 TypeMethodDescriptionvoidRandomCollectionWithAddCriteria.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 TypeMethodDescriptionvoidEnergySavedPairs.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 TypeMethodDescriptionvoidUpdatableMarks.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 TypeMethodDescriptionvoidFromInput.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 TypeMethodDescriptionvoidFromChannel.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 TypeMethodDescriptionvoidReference.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 TypeMethodDescriptionvoidFromStackChannel.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 TypeMethodDescriptionvoidReferenceOrElse.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 TypeMethodDescriptionvoidFromInput.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 TypeMethodDescriptionvoidPermuteFeature.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 doubleFromDictionaryBase.extractAsDouble(Dictionary dictionary, String key) Extracts a double value from the dictionary for a given key.voidCalculateLevelBase.initialize(List<Histogram> histograms, Optional<Dictionary> dictionary) voidFromDictionaryBase.initialize(List<Histogram> histograms, Optional<Dictionary> dictionary) Initializes the feature with histograms and a dictionary.voidIdentityImposeValueRelationToHistogram.initialize(List<Histogram> histograms, Optional<Dictionary> dictionary) voidNormalizeByMax.initialize(List<Histogram> histograms, Optional<Dictionary> dictionary) protected abstract voidFromDictionaryBase.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 TypeMethodDescriptionvoidAfterCondition.initialize(Logger logger) Initializes the condition with a logger.voidIncreaseFeatureCondition.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 TImageLabeller.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 voidFromDictionary.beforeCalc(FeatureInitialization initialization) -
Uses of InitializeException in org.anchoranalysis.plugin.points.bean.fitter
Methods in org.anchoranalysis.plugin.points.bean.fitter that throw InitializeException