Uses of Class
org.anchoranalysis.image.feature.input.FeatureInputSingleObject
| Package | Description |
|---|---|
| org.anchoranalysis.image.feature.bean.object.pair |
Features that operate on a pair of
ObjectMasks. |
| org.anchoranalysis.image.feature.bean.object.single |
Features that operate on a single
ObjectMask. |
| org.anchoranalysis.image.feature.calculation |
Reusable implementations of
CalculationPart
related to images. |
| 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 FeatureInputSingleObject in org.anchoranalysis.image.feature.bean.object.pair
Methods in org.anchoranalysis.image.feature.bean.object.pair that return types with arguments of type FeatureInputSingleObject Modifier and Type Method Description Feature<FeatureInputSingleObject>FeatureDeriveFromPair. getItem()The feature to be applied to individual objects.Method parameters in org.anchoranalysis.image.feature.bean.object.pair with type arguments of type FeatureInputSingleObject Modifier and Type Method Description voidFeatureDeriveFromPair. setItem(Feature<FeatureInputSingleObject> item)The feature to be applied to individual objects.Constructor parameters in org.anchoranalysis.image.feature.bean.object.pair with type arguments of type FeatureInputSingleObject Constructor Description FeatureDeriveFromPair(Feature<FeatureInputSingleObject> item)First(Feature<FeatureInputSingleObject> item)Creates a new instance that will evaluate the given feature on the first object of a pair.Merged(Feature<FeatureInputSingleObject> item)Creates a new instance that will evaluate the given feature on the merged object of a pair.Minimum(Feature<FeatureInputSingleObject> item)Creates a new instance that will calculate the minimum feature value from a pair of objects.Second(Feature<FeatureInputSingleObject> item)Creates a new instance that will evaluate the given feature on the second object of a pair. -
Uses of FeatureInputSingleObject in org.anchoranalysis.image.feature.bean.object.single
Method parameters in org.anchoranalysis.image.feature.bean.object.single with type arguments of type FeatureInputSingleObject Modifier and Type Method Description doubleCenterOfGravity. calculate(FeatureCalculationInput<FeatureInputSingleObject> input)doubleNumberVoxels. calculate(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.image.feature.calculation
Methods in org.anchoranalysis.image.feature.calculation that return FeatureInputSingleObject Modifier and Type Method Description protected FeatureInputSingleObjectCalculateInputFromPair. execute(FeatureInputPairObjects input)Executes the calculation to extract a single object from the pair.Methods in org.anchoranalysis.image.feature.calculation with parameters of type FeatureInputSingleObject Modifier and Type Method Description DoubleCalculateNumberVoxels. execute(FeatureInputSingleObject input)Executes the calculation to count the number of voxels in the object. -
Uses of FeatureInputSingleObject in org.anchoranalysis.image.feature.calculator
Methods in org.anchoranalysis.image.feature.calculator that return types with arguments of type FeatureInputSingleObject Modifier and Type Method Description FeatureTableCalculator<FeatureInputSingleObject>SingleTableCalculator. duplicateForNewThread()Methods in org.anchoranalysis.image.feature.calculator with parameters of type FeatureInputSingleObject Modifier and Type Method Description ResultsVectorSingleTableCalculator. calculate(FeatureInputSingleObject input)ResultsVectorSingleTableCalculator. calculate(FeatureInputSingleObject input, FeatureList<FeatureInputSingleObject> featuresSubset)ResultsVectorSingleTableCalculator. calculateSuppressErrors(FeatureInputSingleObject input, ErrorReporter errorReporter)Method parameters in org.anchoranalysis.image.feature.calculator with type arguments of type FeatureInputSingleObject Modifier and Type Method Description ResultsVectorSingleTableCalculator. calculate(FeatureInputSingleObject input, FeatureList<FeatureInputSingleObject> featuresSubset)Constructor parameters in org.anchoranalysis.image.feature.calculator with type arguments of type FeatureInputSingleObject Constructor Description SingleTableCalculator(NamedFeatureStore<FeatureInputSingleObject> namedFeatureStore) -
Uses of FeatureInputSingleObject in org.anchoranalysis.image.feature.calculator.merged
Methods in org.anchoranalysis.image.feature.calculator.merged that return types with arguments of type FeatureInputSingleObject Modifier and Type Method Description FeatureCalculatorMulti<FeatureInputSingleObject>MergedPairsFeatures. createSingle(org.anchoranalysis.image.feature.calculator.merged.CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputSingleObject,CacheAndReuseStrategy<FeatureInputSingleObject>> cachingStrategy)Creates a feature calculator for single object features.FeatureList<FeatureInputSingleObject>MergedPairsFeatures. getSingle()Method parameters in org.anchoranalysis.image.feature.calculator.merged with type arguments of type FeatureInputSingleObject Modifier and Type Method Description FeatureCalculatorMulti<FeatureInputSingleObject>MergedPairsFeatures. createSingle(org.anchoranalysis.image.feature.calculator.merged.CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputSingleObject,CacheAndReuseStrategy<FeatureInputSingleObject>> cachingStrategy)Creates a feature calculator for single object features.FeatureCalculatorMulti<FeatureInputSingleObject>MergedPairsFeatures. createSingle(org.anchoranalysis.image.feature.calculator.merged.CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputSingleObject,CacheAndReuseStrategy<FeatureInputSingleObject>> cachingStrategy)Creates a feature calculator for single object features.