Uses of Interface
org.anchoranalysis.image.feature.calculator.FeatureTableCalculator
| Package | Description |
|---|---|
| org.anchoranalysis.image.feature.calculator |
Implementations of
FeatureCalculatorMulti
related to images, especially to create tables of feature-calculations. |
| org.anchoranalysis.image.feature.calculator.merged |
A particular implementation of
FeatureCalculatorMulti for feature-calculations based
upon pairs of image-objects. |
-
Uses of FeatureTableCalculator in org.anchoranalysis.image.feature.calculator
Classes in org.anchoranalysis.image.feature.calculator that implement FeatureTableCalculator Modifier and Type Class Description classSingleTableCalculatorA feature table calculator for single objects.Methods in org.anchoranalysis.image.feature.calculator that return FeatureTableCalculator Modifier and Type Method Description FeatureTableCalculator<T>FeatureTableCalculator. duplicateForNewThread()Makes a copy of the feature-store for a new thread.FeatureTableCalculator<FeatureInputSingleObject>SingleTableCalculator. duplicateForNewThread() -
Uses of FeatureTableCalculator in org.anchoranalysis.image.feature.calculator.merged
Classes in org.anchoranalysis.image.feature.calculator.merged that implement FeatureTableCalculator Modifier and Type Class Description classPairsTableCalculatorA feature-session to evaluate pairs of objects.Methods in org.anchoranalysis.image.feature.calculator.merged that return FeatureTableCalculator Modifier and Type Method Description FeatureTableCalculator<FeatureInputPairObjects>PairsTableCalculator. duplicateForNewThread()