Uses of Class
org.anchoranalysis.plugin.image.task.feature.FeatureExporterContext
Packages that use FeatureExporterContext
Package
Description
Tasks pertaining to
Feature
s.Source of rows in feature-tables with
FeatureSource
and derived classes.Non-bean classes pertaining to
Feature
s as used in tasks.Non-bean classes for image-segmentation.
-
Uses of FeatureExporterContext in org.anchoranalysis.plugin.image.task.bean.feature
Methods in org.anchoranalysis.plugin.image.task.bean.feature that return FeatureExporterContextModifier and TypeMethodDescriptionExportFeaturesStyle.deriveContext
(InputOutputContext context) Derives aFeatureExporterContext
from the current style and given context. -
Uses of FeatureExporterContext in org.anchoranalysis.plugin.image.task.bean.feature.source
Methods in org.anchoranalysis.plugin.image.task.bean.feature.source with parameters of type FeatureExporterContextModifier and TypeMethodDescriptionabstract FeatureExporter
<S> FeatureSource.createExporter
(LabelHeaders metadataHeaders, List<NamedBean<FeatureListProvider<U>>> features, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) Creates theFeatureExporter
to be used for calculating and exporting feature-results.SingleRowPerInput.createExporter
(LabelHeaders metadataHeaders, List<NamedBean<FeatureListProvider<S>>> features, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) -
Uses of FeatureExporterContext in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature with parameters of type FeatureExporterContextModifier and TypeMethodDescriptionstatic <T extends FeatureInput>
FeatureExporter<FeatureList<T>> FeatureExporter.create
(List<NamedBean<FeatureListProvider<T>>> features, LabelHeaders metadataHeaders, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) Alternative static constructor that creates a shared-state from a list of namedFeatureListProvider
s.static <T extends FeatureInput>
FeatureExporter<FeatureTableCalculator<T>> FeatureExporter.create
(FeatureOutputNames outputNames, FeatureTableCalculator<T> features, LabelHeaders identifierHeaders, Optional<InputGrouper> grouper, FeatureExporterContext context) Alternative static constructor that creates a shared-state from aNamedFeatureStore
.static <T extends FeatureInput>
FeatureExporter<FeatureList<T>> FeatureExporter.create
(NamedFeatureStore<T> featureStore, LabelHeaders metadataHeaders, FeatureOutputNames outputNames, Optional<InputGrouper> grouper, FeatureExporterContext context) Alternative static constructor that creates a shared-state from aNamedFeatureStore
.Constructors in org.anchoranalysis.plugin.image.task.feature with parameters of type FeatureExporterContextModifierConstructorDescriptionFeatureExporter
(FeatureOutputMetadata outputMetadata, Supplier<S> featureSource, Optional<InputGrouper> grouper, FeatureExporterContext context) Creates the shared state.FeatureResultsAndThumbnails
(FeatureOutputMetadata outputMetadata, FeatureExporterContext context) Creates a newFeatureResultsAndThumbnails
. -
Uses of FeatureExporterContext in org.anchoranalysis.plugin.image.task.segment
Constructors in org.anchoranalysis.plugin.image.task.segment with parameters of type FeatureExporterContextModifierConstructorDescriptionSharedStateSegmentInstance
(ConcurrentModelPool<T> modelPool, FeatureTableCalculator<FeatureInputSingleObject> featureTable, LabelHeaders identifierHeaders, String outputNameFeatures, FeatureExporterContext context) Creates a new instance of SharedStateSegmentInstance.