Uses of Class
org.anchoranalysis.plugin.image.task.bean.feature.source.FeatureSource
Packages that use FeatureSource
Package
Description
Tasks pertaining to
Feature
s.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 TypeMethodDescriptionvoid
ExportFeatures.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 TypeClassDescriptionclass
Each input-file describes a histogram that produces one row of features.class
Calculates features from a single image.class
Calculates features from the metadata from single image.class
SingleRowPerInput<T extends InputFromManager,
S extends FeatureInput> Base class for exporting features, where features are calculated per-image using aNamedFeatureStore
.