Uses of Class
org.anchoranalysis.bean.shared.dictionary.DictionaryProvider
Packages that use DictionaryProvider
Package
Description
Setting, referencing and initializing key-value parameters.
Beans that define context (which feature, which energy-stack) for evaluating feature-inputs.
Methods to provide a
Dictionary
.Creating
EnergyScheme
s.Factorized form of storing the energy during an energy-minimization optimization scheme.
Implementations of
ConvertChannelTo
and ConvertChannelToWithHistogram
.Implementations of
ChannelProvider
that sets the
values of the voxels in a Channel
.Implementations of
ChannelProvider
that assign a
score to particular subregions of a channel.Beans pertaining to
Dictionary
.Implementations of
ObjectCollectionProvider
.-
Uses of DictionaryProvider in org.anchoranalysis.image.feature.bean.evaluator
Methods in org.anchoranalysis.image.feature.bean.evaluator that return DictionaryProviderModifier and TypeMethodDescriptionFeatureEvaluator.getDictionary()
Parameters to optionally associated withstackEnergy
, and meaningless ifstackEnergy
is not specified.Methods in org.anchoranalysis.image.feature.bean.evaluator with parameters of type DictionaryProviderModifier and TypeMethodDescriptionvoid
FeatureEvaluator.setDictionary
(DictionaryProvider dictionary) Parameters to optionally associated withstackEnergy
, and meaningless ifstackEnergy
is not specified. -
Uses of DictionaryProvider in org.anchoranalysis.io.input.bean.dictionary
Subclasses of DictionaryProvider in org.anchoranalysis.io.input.bean.dictionary -
Uses of DictionaryProvider in org.anchoranalysis.mpp.feature.bean.energy.scheme
Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme that return DictionaryProviderModifier and TypeMethodDescriptionEnergySchemeCreatorByElement.getDictionary()
Optional dictionary provider.Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme with parameters of type DictionaryProviderModifier and TypeMethodDescriptionvoid
EnergySchemeCreatorByElement.setDictionary
(DictionaryProvider dictionary) Optional dictionary provider. -
Uses of DictionaryProvider in org.anchoranalysis.mpp.feature.energy.scheme
Constructor parameters in org.anchoranalysis.mpp.feature.energy.scheme with type arguments of type DictionaryProviderModifierConstructorDescriptionEnergyScheme
(FeatureList<FeatureInputSingleMemo> individual, FeatureList<FeatureInputPairMemo> pair, FeatureList<FeatureInputAllMemo> all, RegionMap regionMap, AddCriteriaPair pairAddCriteria, Optional<DictionaryProvider> dictionary, List<NamedBean<Feature<FeatureInputStack>>> listImageFeatures) Creates an energy scheme with the specified features, region map, and additional options. -
Uses of DictionaryProvider in org.anchoranalysis.plugin.image.bean.channel.convert
Methods in org.anchoranalysis.plugin.image.bean.channel.convert that return DictionaryProviderMethods in org.anchoranalysis.plugin.image.bean.channel.convert with parameters of type DictionaryProviderModifier and TypeMethodDescriptionvoid
ScaleByDictionary.setDictionary
(DictionaryProvider dictionary) -
Uses of DictionaryProvider in org.anchoranalysis.plugin.image.bean.channel.provider.assign
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.assign that return DictionaryProviderModifier and TypeMethodDescriptionAssignFromDictionary.getDictionary()
The dictionary from which an assignment will occur.Methods in org.anchoranalysis.plugin.image.bean.channel.provider.assign with parameters of type DictionaryProviderModifier and TypeMethodDescriptionvoid
AssignFromDictionary.setDictionary
(DictionaryProvider dictionary) The dictionary from which an assignment will occur. -
Uses of DictionaryProvider in org.anchoranalysis.plugin.image.bean.channel.provider.score
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.score that return DictionaryProviderMethods in org.anchoranalysis.plugin.image.bean.channel.provider.score with parameters of type DictionaryProvider -
Uses of DictionaryProvider in org.anchoranalysis.plugin.image.bean.dictionary
Methods in org.anchoranalysis.plugin.image.bean.dictionary that return DictionaryProviderModifier and TypeMethodDescriptionDictionaryCondition.getDictionary()
The dictionary to provide a value to check.Methods in org.anchoranalysis.plugin.image.bean.dictionary with parameters of type DictionaryProviderModifier and TypeMethodDescriptionvoid
DictionaryCondition.setDictionary
(DictionaryProvider dictionary) The dictionary to provide a value to check. -
Uses of DictionaryProvider in org.anchoranalysis.plugin.image.bean.object.provider
Methods in org.anchoranalysis.plugin.image.bean.object.provider that return DictionaryProviderMethods in org.anchoranalysis.plugin.image.bean.object.provider with parameters of type DictionaryProvider -
Uses of DictionaryProvider in org.anchoranalysis.plugin.mpp.bean.define
Methods in org.anchoranalysis.plugin.mpp.bean.define that return DictionaryProviderModifier and TypeMethodDescriptionDefineOutputterWithEnergy.getDictionary()
An optional dictionary provider.Methods in org.anchoranalysis.plugin.mpp.bean.define with parameters of type DictionaryProviderModifier and TypeMethodDescriptionvoid
DefineOutputterWithEnergy.setDictionary
(DictionaryProvider dictionary) An optional dictionary provider.