Uses of Class
org.anchoranalysis.image.feature.input.FeatureInputSingleObject
Packages that use FeatureInputSingleObject
Package
Description
Features that operate on a pair of
ObjectMasks.Features that operate on a single
ObjectMask.Reusable implementations of
CalculationPart
related to images.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.-
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 FeatureInputSingleObjectModifier and TypeMethodDescriptionFeatureDeriveFromPair.getItem()The feature to be applied to individual objects.Method parameters in org.anchoranalysis.image.feature.bean.object.pair with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionvoidFeatureDeriveFromPair.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 FeatureInputSingleObjectModifierConstructorDescriptionCreates a newFeatureDeriveFromPairinstance.First(Feature<FeatureInputSingleObject> item) Creates a new instance that will evaluate the given feature on the first object of a pair.Creates a new instance that will evaluate the given feature on the merged object of a pair.Creates a new instance that will calculate the minimum feature value from a pair of objects.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
Subclasses with type arguments of type FeatureInputSingleObject in org.anchoranalysis.image.feature.bean.object.singleModifier and TypeClassDescriptionclassAn abstract base class for features that operate on a single object.Method parameters in org.anchoranalysis.image.feature.bean.object.single with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptiondoubleCenterOfGravity.calculate(FeatureCalculationInput<FeatureInputSingleObject> input) doubleNumberVoxels.calculate(FeatureCalculationInput<FeatureInputSingleObject> input) -
Uses of FeatureInputSingleObject in org.anchoranalysis.image.feature.calculation
Subclasses with type arguments of type FeatureInputSingleObject in org.anchoranalysis.image.feature.calculationModifier and TypeClassDescriptionclassCalculates a single-input from a pair of objects.classCalculates the number of voxels in a single object, optionally flattening in the Z-dimension.Methods in org.anchoranalysis.image.feature.calculation that return FeatureInputSingleObjectModifier and TypeMethodDescriptionprotected 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 FeatureInputSingleObjectModifier and TypeMethodDescriptionCalculateNumberVoxels.execute(FeatureInputSingleObject input) Executes the calculation to count the number of voxels in the object. -
Uses of FeatureInputSingleObject in org.anchoranalysis.image.feature.calculator
Classes in org.anchoranalysis.image.feature.calculator that implement interfaces with type arguments of type FeatureInputSingleObjectModifier and TypeClassDescriptionclassA feature table calculator for single objects.Methods in org.anchoranalysis.image.feature.calculator that return types with arguments of type FeatureInputSingleObjectMethods in org.anchoranalysis.image.feature.calculator with parameters of type FeatureInputSingleObjectModifier and TypeMethodDescriptionSingleTableCalculator.calculate(FeatureInputSingleObject input) SingleTableCalculator.calculate(FeatureInputSingleObject input, FeatureList<FeatureInputSingleObject> featuresSubset) SingleTableCalculator.calculateSuppressErrors(FeatureInputSingleObject input, ErrorReporter errorReporter) Method parameters in org.anchoranalysis.image.feature.calculator with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionSingleTableCalculator.calculate(FeatureInputSingleObject input, FeatureList<FeatureInputSingleObject> featuresSubset) Constructor parameters in org.anchoranalysis.image.feature.calculator with type arguments of type FeatureInputSingleObjectModifierConstructorDescriptionSingleTableCalculator(NamedFeatureStore<FeatureInputSingleObject> namedFeatureStore) Creates a newSingleTableCalculatorinstance. -
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 FeatureInputSingleObjectModifier and TypeMethodDescriptionMergedPairsFeatures.createSingle(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputSingleObject, CacheAndReuseStrategy<FeatureInputSingleObject>> cachingStrategy) Creates a feature calculator for single object features.MergedPairsFeatures.getSingle()Method parameters in org.anchoranalysis.image.feature.calculator.merged with type arguments of type FeatureInputSingleObjectModifier and TypeMethodDescriptionMergedPairsFeatures.createSingle(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputSingleObject, CacheAndReuseStrategy<FeatureInputSingleObject>> cachingStrategy) Creates a feature calculator for single object features.MergedPairsFeatures.createSingle(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputSingleObject, CacheAndReuseStrategy<FeatureInputSingleObject>> cachingStrategy) Creates a feature calculator for single object features.