Uses of Class
org.anchoranalysis.plugin.image.task.bean.feature.source.FeatureSource
Packages that use FeatureSource
Package
Description
Tasks pertaining to
Features.Source of rows in feature-tables with
FeatureSource and derived classes.-
Uses of FeatureSource in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature that return FeatureSourceModifier and TypeMethodDescriptionFeatureSource<T, S, U> ExportFeatures.getSource()Source of feature-values to be exported.Methods in org.anchoranalysis.plugin.image.task.bean.feature with parameters of type FeatureSourceModifier and TypeMethodDescriptionvoidExportFeatures.setSource(FeatureSource<T, S, U> source) Source of feature-values to be exported. -
Uses of FeatureSource in org.anchoranalysis.plugin.image.task.bean.feature.source
Subclasses of FeatureSource in org.anchoranalysis.plugin.image.task.bean.feature.sourceModifier and TypeClassDescriptionclassEach input-file describes a histogram that produces one row of features.classCalculates features from a single image.classCalculates features from the metadata from single image.classSingleRowPerInput<T extends InputFromManager,S extends FeatureInput> Base class for exporting features, where features are calculated per-image using aNamedFeatureStore.