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

Source of rows in feature-tables with FeatureSource and derived classes.
  • Class Summary 
    Class Description
    FeatureSource<T extends org.anchoranalysis.io.input.InputFromManager,​S,​U extends org.anchoranalysis.feature.input.FeatureInput>
    Extracts features from some kind of inputs to produce one or more rows in a feature-table.
    FromHistogram
    Each input-file describes a histogram that produces one row of features.
    FromImage
    Calculates features from a single image.
    FromImageMetadata
    Calculates features from the metadata from single image.
    SingleRowPerInput<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 a NamedFeatureStore.