Uses of Class
org.anchoranalysis.image.feature.input.FeatureInputPairObjects
| Package | Description |
|---|---|
| org.anchoranalysis.image.feature.bean.object.pair |
Features that operate on a pair of
ObjectMasks. |
| org.anchoranalysis.image.feature.calculation |
Reusable implementations of
CalculationPart
related to images. |
| org.anchoranalysis.image.feature.calculator.merged |
A particular implementation of
FeatureCalculatorMulti for feature-calculations based
upon pairs of image-objects. |
| org.anchoranalysis.image.feature.input |
Image-related implementations of
FeatureInput. |
-
Uses of FeatureInputPairObjects in org.anchoranalysis.image.feature.bean.object.pair
Method parameters in org.anchoranalysis.image.feature.bean.object.pair with type arguments of type FeatureInputPairObjects Modifier and Type Method Description doubleFirst. calculate(FeatureCalculationInput<FeatureInputPairObjects> input)doubleMerged. calculate(FeatureCalculationInput<FeatureInputPairObjects> input)doubleMinimum. calculate(FeatureCalculationInput<FeatureInputPairObjects> input)doubleRatioFirstToSecond. calculate(FeatureCalculationInput<FeatureInputPairObjects> input)doubleSecond. calculate(FeatureCalculationInput<FeatureInputPairObjects> input)doubleSubtractSecondFromFirst. calculate(FeatureCalculationInput<FeatureInputPairObjects> input)protected doubleFeatureDeriveFromPair. valueFromFirst(FeatureCalculationInput<FeatureInputPairObjects> input)Calculates the feature value for the first object in the pair.protected doubleFeatureDeriveFromPair. valueFromMerged(FeatureCalculationInput<FeatureInputPairObjects> input)Calculates the feature value for the merged object from the pair.protected doubleFeatureDeriveFromPair. valueFromSecond(FeatureCalculationInput<FeatureInputPairObjects> input)Calculates the feature value for the second object in the pair. -
Uses of FeatureInputPairObjects in org.anchoranalysis.image.feature.calculation
Methods in org.anchoranalysis.image.feature.calculation with parameters of type FeatureInputPairObjects Modifier and Type Method Description protected FeatureInputSingleObjectCalculateInputFromPair. execute(FeatureInputPairObjects input)Executes the calculation to extract a single object from the pair. -
Uses of FeatureInputPairObjects in org.anchoranalysis.image.feature.calculator.merged
Methods in org.anchoranalysis.image.feature.calculator.merged that return types with arguments of type FeatureInputPairObjects Modifier and Type Method Description FeatureCalculatorMulti<FeatureInputPairObjects>MergedPairsFeatures. createPair(org.anchoranalysis.image.feature.calculator.merged.CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, CacheTransferSourceCollection cacheTransferSource)Creates a feature calculator for pair object features.FeatureTableCalculator<FeatureInputPairObjects>PairsTableCalculator. duplicateForNewThread()FeatureList<FeatureInputPairObjects>MergedPairsFeatures. getPair()Methods in org.anchoranalysis.image.feature.calculator.merged with parameters of type FeatureInputPairObjects Modifier and Type Method Description ResultsVectorPairsTableCalculator. calculate(FeatureInputPairObjects input)ResultsVectorPairsTableCalculator. calculate(FeatureInputPairObjects input, FeatureList<FeatureInputPairObjects> featuresSubset)ResultsVectorPairsTableCalculator. calculateMaybeSuppressErrors(FeatureInputPairObjects input, ErrorReporter errorReporter)Calculates features for the input, optionally suppressing errors.ResultsVectorPairsTableCalculator. calculateSuppressErrors(FeatureInputPairObjects input, ErrorReporter errorReporter)Method parameters in org.anchoranalysis.image.feature.calculator.merged with type arguments of type FeatureInputPairObjects Modifier and Type Method Description ResultsVectorPairsTableCalculator. calculate(FeatureInputPairObjects input, FeatureList<FeatureInputPairObjects> featuresSubset)Constructor parameters in org.anchoranalysis.image.feature.calculator.merged with type arguments of type FeatureInputPairObjects Constructor Description MergedPairsFeatures(FeatureList<FeatureInputPairObjects> pair)Creates to only calculate pair features. -
Uses of FeatureInputPairObjects in org.anchoranalysis.image.feature.input
Constructors in org.anchoranalysis.image.feature.input with parameters of type FeatureInputPairObjects Constructor Description FeatureInputPairObjects(FeatureInputPairObjects src)Copy constructor for FeatureInputPairObjects.