Uses of Class
org.anchoranalysis.feature.bean.provider.FeatureProviderBean
Packages that use FeatureProviderBean
Package
Description
A feature-list (custom list type for features) and associated providers.
Provider of a single feature.
Implementations of
FeatureListProvider
.Implementations of
FeatureListProvider
with
input-type FeatureInputPairObjects
.Implementations of
FeatureListProvider
that derive
new features with permuted property-values.Extracting features using OpenCV.
-
Uses of FeatureProviderBean in org.anchoranalysis.feature.bean.list
Subclasses of FeatureProviderBean in org.anchoranalysis.feature.bean.listModifier and TypeClassDescriptionclass
Define<T extends FeatureInput>
Specifies a list of features directly without assigning any custom-naming.class
DefinedNamed<T extends FeatureInput>
Specifies features via a list of names and associated with features.class
DefineSingle<T extends FeatureInput>
Specifies a single feature directly without assigning any custom-naming.class
FeatureListProvider<T extends FeatureInput>
Provides a list ofFeature
s with identical input-type.class
Prepends a string to the custom-name of each feature in a list.class
ReferencingFeatureListProvider<T extends FeatureInput>
A base class for implementations ofFeatureListProvider
that may reference features created elsewhere. -
Uses of FeatureProviderBean in org.anchoranalysis.feature.bean.provider
Subclasses of FeatureProviderBean in org.anchoranalysis.feature.bean.providerModifier and TypeClassDescriptionclass
FeatureProvider<T extends FeatureInput>
Provides a singleFeature
.class
FeatureProviderDefine<T extends FeatureInput>
Defines a singleFeature
to provide via a bean property.class
Provides an existingFeature
identified by its name and optionally a feature-list in which is resides. -
Uses of FeatureProviderBean in org.anchoranalysis.plugin.image.feature.bean.list
Subclasses of FeatureProviderBean in org.anchoranalysis.plugin.image.feature.bean.listModifier and TypeClassDescriptionclass
Calculate various moment-related statistics about the intensity of each channel of an image. -
Uses of FeatureProviderBean in org.anchoranalysis.plugin.image.feature.bean.list.pair
Modifier and TypeClassDescriptionclass
Embeds each feature in aFeatureDeriveFromPair
feature (first, second or merge) and prepends with a string.class
Calculates features on each part of a pair (first, second, merged etc.) and then reduces the calculation to a single number.class
Calculates the aggregate of a feature applied to both the first and second objects in aFeatureInputPairObjects
.class
Calculates the aggregate of the ratio offirst
:second
andsecond
:first
for aFeatureInputPairObjects
class
Calculatesmerged - reduce(first,second)
for aFeatureInputPairObjects
-
Uses of FeatureProviderBean in org.anchoranalysis.plugin.image.feature.bean.list.permute
Modifier and TypeClassDescriptionclass
PermuteDivideByParam<T extends FeatureInputDictionary>
Similar to FeatureListProviderPermute but embeds the feature in a GaussianScoreclass
PermuteFeature<S,
T extends FeatureInput> Permutes one or more properties of a Feature, so as to create a set of Featuresclass
PermuteFeatureBase<T extends FeatureInput>
Creates permutations of a feature by modifying a particular property of it in different ways.class
Permutes a property on a feature with a sequence of integers.class
PermuteFirstSecondOrder<T extends FeatureInputDictionary>
Permutes a feature by applying first and second order statistical operations.class
PermuteGaussianScore<T extends FeatureInputDictionary>
Permutes a feature by embedding it in aGaussianCumulative
score.class
PermuteZScore<T extends FeatureInputDictionary>
Permutes a feature by embedding it in aZScore
. -
Uses of FeatureProviderBean in org.anchoranalysis.plugin.opencv.bean.feature
Subclasses of FeatureProviderBean in org.anchoranalysis.plugin.opencv.bean.featureModifier and TypeClassDescriptionclass
Creates the entire HOG descriptor for an image.