Uses of Class
org.anchoranalysis.bean.BeanInstanceMap
Packages that use BeanInstanceMap
Package
Description
Defining, loading, initializing Anchor Beans.
Applying permutations to the properties of a bean.
Reading Beans from XML files.
Custom factories for loading beans in custom ways from XML.
Aligning a
BoundingBox
to fit inside another BoundingBox
.Montages images together to completely fill the available space, while preserving aspect ratio.
Beans that define context (which feature, which energy-stack) for evaluating feature-inputs.
Beans pertaining to manipulating and matching against file-paths.
Beans to find a subset of files that match a particular conditions on their paths.
Beans for the framework around writing files to the file-system.
Implementations of
ChannelProvider
that are
generic base-classes or otherwise abstract or general.Implementations of
ChannelProvider
that process 3D
channels slice-by-slice.Implementations of
ObjectCollectionProvider
involving morphological operations.Implementations of
BinarySegmentation
.Implementations of
StackProvider
.Implementations of
StackProvider
that color
portions of an image.Implementations of
FeatureListProvider
that derive
new features with permuted property-values.Features from combinations of
ObjectMask
s.Features from pairs of
ObjectMask
s.Implementations of
FeatureSingleObject
that measure an object's
intensity on a corresponding Channel
.Implementations of
FileNamer
.Extracting features using OpenCV.
Features that combine or convert other features in a generic way.
-
Uses of BeanInstanceMap in org.anchoranalysis.bean
Methods in org.anchoranalysis.bean with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
BeanInstanceMap.addFrom
(BeanInstanceMap other) Populates the entries from another BeanInstanceMapvoid
AnchorBean.checkMisconfigured
(BeanInstanceMap defaultInstances) Checks that a bean's properties conform to expectations. -
Uses of BeanInstanceMap in org.anchoranalysis.bean.permute.property
Methods in org.anchoranalysis.bean.permute.property with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
SequenceInteger.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.bean.xml
Methods in org.anchoranalysis.bean.xml that return BeanInstanceMapModifier and TypeMethodDescriptionstatic BeanInstanceMap
RegisterBeanFactories.getDefaultInstances()
Default instances of different family-types of beans. -
Uses of BeanInstanceMap in org.anchoranalysis.bean.xml.factory
Methods in org.anchoranalysis.bean.xml.factory that return BeanInstanceMapModifier and TypeMethodDescriptionAnchorDefaultBeanFactory.getDefaultInstances()
Default bean-classes to use for particular family types of beans.Constructors in org.anchoranalysis.bean.xml.factory with parameters of type BeanInstanceMapModifierConstructorDescriptionAnchorDefaultBeanFactory
(BeanInstanceMap defaultInstances) Creates a newAnchorDefaultBeanFactory
instance.ReplacePropertyBeanFactory
(BeanInstanceMap defaultInstances) Creates a newReplacePropertyBeanFactory
instance. -
Uses of BeanInstanceMap in org.anchoranalysis.image.bean.displayer
Methods in org.anchoranalysis.image.bean.displayer with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
IntensityQuantiles.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.image.bean.spatial.arrange.align
Methods in org.anchoranalysis.image.bean.spatial.arrange.align with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
Align.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.image.bean.spatial.arrange.fill
Methods in org.anchoranalysis.image.bean.spatial.arrange.fill with parameters of type BeanInstanceMap -
Uses of BeanInstanceMap in org.anchoranalysis.image.feature.bean.evaluator
Methods in org.anchoranalysis.image.feature.bean.evaluator with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
FeatureEvaluator.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.io.input.bean.path
Methods in org.anchoranalysis.io.input.bean.path with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
NameElementRange.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.io.input.bean.path.matcher
Methods in org.anchoranalysis.io.input.bean.path.matcher with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
MatchRegularExpression.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.io.output.bean
Methods in org.anchoranalysis.io.output.bean with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
OutputWriteSettings.checkMisconfigured
(BeanInstanceMap defaultInstances) void
OutputWriteSettings.initialize
(BeanInstanceMap defaultInstances) This method should be called once on this object before further callingOutputWriteSettings.getWriterInstance(java.lang.Class<? extends T>)
. -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.image.bean.channel.provider
Methods in org.anchoranalysis.plugin.image.bean.channel.provider with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
FromStack.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.image.bean.channel.provider.slice
Methods in org.anchoranalysis.plugin.image.bean.channel.provider.slice with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
ExtractSliceRange.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.image.bean.object.provider.morphological
Methods in org.anchoranalysis.plugin.image.bean.object.provider.morphological with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
Erode.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.image.bean.segment.binary
Methods in org.anchoranalysis.plugin.image.bean.segment.binary with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
Sequence.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.image.bean.stack.provider
Methods in org.anchoranalysis.plugin.image.bean.stack.provider with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
FromChannelOrMask.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.image.bean.stack.provider.color
Methods in org.anchoranalysis.plugin.image.bean.stack.provider.color with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
ThreeChannels.checkMisconfigured
(BeanInstanceMap defaultInstances) void
ThreeColoredObjects.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.image.feature.bean.list.permute
Methods in org.anchoranalysis.plugin.image.feature.bean.list.permute with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
PermuteFeature.checkMisconfigured
(BeanInstanceMap defaultInstances) void
PermuteFeatureSequenceInteger.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.image.feature.bean.object.combine
Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
CombineObjectsForFeatures.checkMisconfigured
(BeanInstanceMap defaultInstances) Checks if the bean is misconfigured and saves the default instances for later use. -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.image.feature.bean.object.pair
Methods in org.anchoranalysis.plugin.image.feature.bean.object.pair with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
Intersection.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity
Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
IntensityMeanShellBase.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.io.bean.file.namer
Methods in org.anchoranalysis.plugin.io.bean.file.namer with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
LastDirectories.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.opencv.bean.feature
Methods in org.anchoranalysis.plugin.opencv.bean.feature with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
HOGFeature.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.opencv.bean.stack
Methods in org.anchoranalysis.plugin.opencv.bean.stack with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
OpenCVReader.checkMisconfigured
(BeanInstanceMap defaultInstances) -
Uses of BeanInstanceMap in org.anchoranalysis.plugin.operator.feature.bean
Methods in org.anchoranalysis.plugin.operator.feature.bean with parameters of type BeanInstanceMapModifier and TypeMethodDescriptionvoid
FromDictionary.checkMisconfigured
(BeanInstanceMap defaultInstances)