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 TypeClassDescriptionclassDefine<T extends FeatureInput>Specifies a list of features directly without assigning any custom-naming.classDefinedNamed<T extends FeatureInput>Specifies features via a list of names and associated with features.classDefineSingle<T extends FeatureInput>Specifies a single feature directly without assigning any custom-naming.classFeatureListProvider<T extends FeatureInput>Provides a list ofFeatures with identical input-type.classPrepends a string to the custom-name of each feature in a list.classReferencingFeatureListProvider<T extends FeatureInput>A base class for implementations ofFeatureListProviderthat may reference features created elsewhere. -
Uses of FeatureProviderBean in org.anchoranalysis.feature.bean.provider
Subclasses of FeatureProviderBean in org.anchoranalysis.feature.bean.providerModifier and TypeClassDescriptionclassFeatureProvider<T extends FeatureInput>Provides a singleFeature.classFeatureProviderDefine<T extends FeatureInput>Defines a singleFeatureto provide via a bean property.classProvides an existingFeatureidentified 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 TypeClassDescriptionclassCalculate 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 TypeClassDescriptionclassEmbeds each feature in aFeatureDeriveFromPairfeature (first, second or merge) and prepends with a string.classCalculates features on each part of a pair (first, second, merged etc.) and then reduces the calculation to a single number.classCalculates the aggregate of a feature applied to both the first and second objects in aFeatureInputPairObjects.classCalculates the aggregate of the ratio offirst:secondandsecond:firstfor aFeatureInputPairObjectsclassCalculatesmerged - reduce(first,second)for aFeatureInputPairObjects -
Uses of FeatureProviderBean in org.anchoranalysis.plugin.image.feature.bean.list.permute
Modifier and TypeClassDescriptionclassPermuteDivideByParam<T extends FeatureInputDictionary>Similar to FeatureListProviderPermute but embeds the feature in a GaussianScoreclassPermuteFeature<S,T extends FeatureInput> Permutes one or more properties of a Feature, so as to create a set of FeaturesclassPermuteFeatureBase<T extends FeatureInput>Creates permutations of a feature by modifying a particular property of it in different ways.classPermutes a property on a feature with a sequence of integers.classPermuteFirstSecondOrder<T extends FeatureInputDictionary>Permutes a feature by applying first and second order statistical operations.classPermuteGaussianScore<T extends FeatureInputDictionary>Permutes a feature by embedding it in aGaussianCumulativescore.classPermuteZScore<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 TypeClassDescriptionclassCreates the entire HOG descriptor for an image.