Uses of Interface
org.anchoranalysis.image.feature.calculator.FeatureTableCalculator
Packages that use FeatureTableCalculator
Package
Description
Implementations of
FeatureCalculatorMulti
related to images, especially to create tables of feature-calculations.A particular implementation of
FeatureCalculatorMulti
for feature-calculations based
upon pairs of image-objects.Features from combinations of
ObjectMask
s.Non-bean classes pertaining to
Feature
s as used in tasks.Non-beans for calculating
Feature
s.Non-bean classes for image-segmentation.
-
Uses of FeatureTableCalculator in org.anchoranalysis.image.feature.calculator
Classes in org.anchoranalysis.image.feature.calculator that implement FeatureTableCalculatorModifier and TypeClassDescriptionclass
A feature table calculator for single objects.Methods in org.anchoranalysis.image.feature.calculator that return FeatureTableCalculatorModifier and TypeMethodDescriptionFeatureTableCalculator.duplicateForNewThread()
Makes a copy of the feature-store for a new thread.SingleTableCalculator.duplicateForNewThread()
-
Uses of FeatureTableCalculator in org.anchoranalysis.image.feature.calculator.merged
Classes in org.anchoranalysis.image.feature.calculator.merged that implement FeatureTableCalculatorModifier and TypeClassDescriptionclass
A feature-session to evaluate pairs of objects.Methods in org.anchoranalysis.image.feature.calculator.merged that return FeatureTableCalculator -
Uses of FeatureTableCalculator in org.anchoranalysis.plugin.image.feature.bean.object.combine
Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine that return FeatureTableCalculatorModifier and TypeMethodDescriptionabstract FeatureTableCalculator
<T> CombineObjectsForFeatures.createFeatures
(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> featuresSingleObject, NamedFeatureStoreFactory storeFactory, boolean suppressErrors) Creates features that will be applied on the objects.EachObjectIndependently.createFeatures
(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> list, NamedFeatureStoreFactory storeFactory, boolean suppressErrors) EachObjectIndependently.createFeatures
(NamedFeatureStore<FeatureInputSingleObject> features) Creates aFeatureTableCalculator
from aNamedFeatureStore
.PairNeighbors.createFeatures
(List<NamedBean<FeatureListProvider<FeatureInputSingleObject>>> list, NamedFeatureStoreFactory storeFactory, boolean suppressErrors) -
Uses of FeatureTableCalculator in org.anchoranalysis.plugin.image.task.feature
Methods in org.anchoranalysis.plugin.image.task.feature that return types with arguments of type FeatureTableCalculatorModifier and TypeMethodDescriptionstatic <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
.Methods in org.anchoranalysis.plugin.image.task.feature with parameters of type FeatureTableCalculatorModifier and TypeMethodDescriptionstatic <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
. -
Uses of FeatureTableCalculator in org.anchoranalysis.plugin.image.task.feature.calculator
Constructor parameters in org.anchoranalysis.plugin.image.task.feature.calculator with type arguments of type FeatureTableCalculatorModifierConstructorDescriptionCalculateFeaturesForObjects
(CombineObjectsForFeatures<T> table, InitializationWithEnergyStack initialization, boolean suppressErrors, FeatureCalculationContext<FeatureTableCalculator<T>> context) Creates a newCalculateFeaturesForObjects
. -
Uses of FeatureTableCalculator in org.anchoranalysis.plugin.image.task.segment
Methods in org.anchoranalysis.plugin.image.task.segment that return types with arguments of type FeatureTableCalculatorModifier and TypeMethodDescriptionSharedStateSegmentInstance.createCalculationContext
(ExecutionTimeRecorder executionTimeRecorder, InputOutputContext ioContext) Creates aFeatureCalculationContext
for calculating features to later use this exporter.Constructors in org.anchoranalysis.plugin.image.task.segment with parameters of type FeatureTableCalculatorModifierConstructorDescriptionSharedStateSegmentInstance
(ConcurrentModelPool<T> modelPool, FeatureTableCalculator<FeatureInputSingleObject> featureTable, LabelHeaders identifierHeaders, String outputNameFeatures, FeatureExporterContext context) Creates a new instance of SharedStateSegmentInstance.