Uses of Class
org.anchoranalysis.plugin.image.task.bean.feature.source.FeatureSource
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.task.bean.feature |
Tasks pertaining to
Features. |
| org.anchoranalysis.plugin.image.task.bean.feature.source |
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 FeatureSource Modifier and Type Method Description FeatureSource<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 FeatureSource Modifier and Type Method Description voidExportFeatures. 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.source Modifier and Type Class Description classFromHistogramEach input-file describes a histogram that produces one row of features.classFromImageCalculates features from a single image.classFromImageMetadataCalculates features from the metadata from single image.classSingleRowPerInput<T extends org.anchoranalysis.io.input.InputFromManager,S extends org.anchoranalysis.feature.input.FeatureInput>Base class for exporting features, where features are calculated per-image using aNamedFeatureStore.