Uses of Class
org.anchoranalysis.image.feature.input.FeatureInputPairObjects
Packages that use FeatureInputPairObjects
Package
Description
Features that operate on a pair of
ObjectMasks.Reusable implementations of
CalculationPart
related to images.A particular implementation of
FeatureCalculatorMulti for feature-calculations based
upon pairs of image-objects.Image-related implementations of
FeatureInput.-
Uses of FeatureInputPairObjects in org.anchoranalysis.image.feature.bean.object.pair
Subclasses with type arguments of type FeatureInputPairObjects in org.anchoranalysis.image.feature.bean.object.pairModifier and TypeClassDescriptionclassAn abstract base class for features that operate on pairs of objects.Method parameters in org.anchoranalysis.image.feature.bean.object.pair with type arguments of type FeatureInputPairObjectsModifier and TypeMethodDescriptiondoubleFirst.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
Subclasses with type arguments of type FeatureInputPairObjects in org.anchoranalysis.image.feature.calculationModifier and TypeClassDescriptionclassCalculates a single-input from a pair of objects.Methods in org.anchoranalysis.image.feature.calculation with parameters of type FeatureInputPairObjectsModifier and TypeMethodDescriptionprotected 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
Classes in org.anchoranalysis.image.feature.calculator.merged that implement interfaces with type arguments of type FeatureInputPairObjectsModifier and TypeClassDescriptionclassA feature-session to evaluate pairs of objects.Methods in org.anchoranalysis.image.feature.calculator.merged that return types with arguments of type FeatureInputPairObjectsModifier and TypeMethodDescriptionMergedPairsFeatures.createPair(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, CacheTransferSourceCollection cacheTransferSource) Creates a feature calculator for pair object features.PairsTableCalculator.duplicateForNewThread()MergedPairsFeatures.getPair()Methods in org.anchoranalysis.image.feature.calculator.merged with parameters of type FeatureInputPairObjectsModifier and TypeMethodDescriptionPairsTableCalculator.calculate(FeatureInputPairObjects input) PairsTableCalculator.calculate(FeatureInputPairObjects input, FeatureList<FeatureInputPairObjects> featuresSubset) PairsTableCalculator.calculateMaybeSuppressErrors(FeatureInputPairObjects input, ErrorReporter errorReporter) Calculates features for the input, optionally suppressing errors.PairsTableCalculator.calculateSuppressErrors(FeatureInputPairObjects input, ErrorReporter errorReporter) Method parameters in org.anchoranalysis.image.feature.calculator.merged with type arguments of type FeatureInputPairObjectsModifier and TypeMethodDescriptionPairsTableCalculator.calculate(FeatureInputPairObjects input, FeatureList<FeatureInputPairObjects> featuresSubset) Constructor parameters in org.anchoranalysis.image.feature.calculator.merged with type arguments of type FeatureInputPairObjectsModifierConstructorDescriptionCreates 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 FeatureInputPairObjectsModifierConstructorDescriptionprotectedCopy constructor for FeatureInputPairObjects.