Package org.anchoranalysis.plugin.image.task.bean.feature.source


package org.anchoranalysis.plugin.image.task.bean.feature.source
Source of rows in feature-tables with FeatureSource and derived classes.
  • Classes
    Class
    Description
    FeatureSource<T extends InputFromManager, S, U extends FeatureInput>
    Extracts features from some kind of inputs to produce one or more rows in a feature-table.
    Each input-file describes a histogram that produces one row of features.
    Calculates features from a single image.
    Calculates features from the metadata from single image.
    SingleRowPerInput<T extends InputFromManager, S extends FeatureInput>
    Base class for exporting features, where features are calculated per-image using a NamedFeatureStore.