Uses of Class
org.anchoranalysis.image.feature.input.FeatureInputStack
Packages that use FeatureInputStack
Package
Description
A particular implementation of
FeatureCalculatorMulti for feature-calculations based
upon pairs of image-objects.Creating
EnergySchemes.Factorized form of storing the energy during an energy-minimization optimization scheme.
Implementations of
FeatureListProvider.Features from combinations of
ObjectMasks.Implementations of
FeatureStack or other features
that involve processing a Stack.Implementations of
FeatureStack that process an
ObjectCollection.Implementations of
CalculationPart that process
Stacks as used by features elsewhere in this package.Source of rows in feature-tables with
FeatureSource and derived classes.Associating labels with images.
Tasks that process on one or more slices from a z-stack.
Extracting features using OpenCV.
-
Uses of FeatureInputStack in org.anchoranalysis.image.feature.calculator.merged
Methods in org.anchoranalysis.image.feature.calculator.merged that return types with arguments of type FeatureInputStackModifier and TypeMethodDescriptionMergedPairsFeatures.createCalculator(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputStack, ? extends ReplaceStrategy<FeatureInputStack>> cachingStrategy) Creates a feature calculator for stack features.MergedPairsFeatures.getImage()Method parameters in org.anchoranalysis.image.feature.calculator.merged with type arguments of type FeatureInputStackModifier and TypeMethodDescriptionMergedPairsFeatures.createCalculator(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputStack, ? extends ReplaceStrategy<FeatureInputStack>> cachingStrategy) Creates a feature calculator for stack features.MergedPairsFeatures.createCalculator(CreateCalculatorHelper calculatorCreator, ImageInitialization initialization, BoundReplaceStrategy<FeatureInputStack, ? extends ReplaceStrategy<FeatureInputStack>> cachingStrategy) Creates a feature calculator for stack features.Constructor parameters in org.anchoranalysis.image.feature.calculator.merged with type arguments of type FeatureInputStackModifierConstructorDescriptionMergedPairsFeatures(FeatureList<FeatureInputStack> image, FeatureList<FeatureInputSingleObject> single, FeatureList<FeatureInputPairObjects> pair) Creates with features for single, pair and image as a whole. -
Uses of FeatureInputStack in org.anchoranalysis.mpp.feature.bean.energy.scheme
Methods in org.anchoranalysis.mpp.feature.bean.energy.scheme that return types with arguments of type FeatureInputStackModifier and TypeMethodDescriptionEnergySchemeCreatorByElement.getListImageFeatures()List of named feature providers for image-based features.Method parameters in org.anchoranalysis.mpp.feature.bean.energy.scheme with type arguments of type FeatureInputStackModifier and TypeMethodDescriptionvoidEnergySchemeCreatorByElement.setListImageFeatures(List<NamedBean<FeatureListProvider<FeatureInputStack>>> listImageFeatures) List of named feature providers for image-based features. -
Uses of FeatureInputStack in org.anchoranalysis.mpp.feature.energy.scheme
Methods in org.anchoranalysis.mpp.feature.energy.scheme that return types with arguments of type FeatureInputStackModifier and TypeMethodDescriptionEnergyScheme.getListImageFeatures()A list of features of the image that are calculated first, and exposed to the other features as parameters.Constructor parameters in org.anchoranalysis.mpp.feature.energy.scheme with type arguments of type FeatureInputStackModifierConstructorDescriptionEnergyScheme(FeatureList<FeatureInputSingleMemo> individual, FeatureList<FeatureInputPairMemo> pair, FeatureList<FeatureInputAllMemo> all, RegionMap regionMap, AddCriteriaPair pairAddCriteria, Optional<DictionaryProvider> dictionary, List<NamedBean<Feature<FeatureInputStack>>> listImageFeatures) Creates an energy scheme with the specified features, region map, and additional options. -
Uses of FeatureInputStack in org.anchoranalysis.plugin.image.feature.bean.list
Methods in org.anchoranalysis.plugin.image.feature.bean.list that return types with arguments of type FeatureInputStack -
Uses of FeatureInputStack in org.anchoranalysis.plugin.image.feature.bean.object.combine
Methods in org.anchoranalysis.plugin.image.feature.bean.object.combine that return types with arguments of type FeatureInputStackModifier and TypeMethodDescriptionPairNeighbors.getFeaturesImage()Additional features that only depend on the image, so do not need to be replicated for every object.Method parameters in org.anchoranalysis.plugin.image.feature.bean.object.combine with type arguments of type FeatureInputStackModifier and TypeMethodDescriptionvoidPairNeighbors.setFeaturesImage(List<NamedBean<FeatureListProvider<FeatureInputStack>>> featuresImage) Additional features that only depend on the image, so do not need to be replicated for every object. -
Uses of FeatureInputStack in org.anchoranalysis.plugin.image.feature.bean.stack.intensity
Method parameters in org.anchoranalysis.plugin.image.feature.bean.stack.intensity with type arguments of type FeatureInputStackModifier and TypeMethodDescriptionprotected doubleIntensity.calculate(FeatureCalculationInput<FeatureInputStack> input) protected doubleNumberChannels.calculate(FeatureCalculationInput<FeatureInputStack> input) -
Uses of FeatureInputStack in org.anchoranalysis.plugin.image.feature.bean.stack.object
Methods in org.anchoranalysis.plugin.image.feature.bean.stack.object with parameters of type FeatureInputStackModifier and TypeMethodDescriptionprotected FeatureInputSingleObjectCalculateDeriveObjectInput.execute(FeatureInputStack input) Method parameters in org.anchoranalysis.plugin.image.feature.bean.stack.object with type arguments of type FeatureInputStackModifier and TypeMethodDescriptiondoubleAsObjectMask.calculate(FeatureCalculationInput<FeatureInputStack> input) doubleQuantileAcrossConnectedComponents.calculate(FeatureCalculationInput<FeatureInputStack> input) -
Uses of FeatureInputStack in org.anchoranalysis.plugin.image.feature.stack.calculation
Methods in org.anchoranalysis.plugin.image.feature.stack.calculation with parameters of type FeatureInputStackModifier and TypeMethodDescriptionprotected HistogramCalculateHistogram.execute(FeatureInputStack input) protected HistogramCalculateHistogramMasked.execute(FeatureInputStack input) -
Uses of FeatureInputStack in org.anchoranalysis.plugin.image.task.bean.feature.source
Method parameters in org.anchoranalysis.plugin.image.task.bean.feature.source with type arguments of type FeatureInputStackModifier and TypeMethodDescriptionprotected ResultsVectorWithThumbnailFromImage.calculateResultsForInput(ProvidesStackInput input, FeatureCalculationContext<FeatureList<FeatureInputStack>> context) -
Uses of FeatureInputStack in org.anchoranalysis.plugin.image.task.bean.labeller
Methods in org.anchoranalysis.plugin.image.task.bean.labeller that return types with arguments of type FeatureInputStackModifier and TypeMethodDescriptionBinaryClassifierImageLabeller.getClassifierProvider()Provider for the classifier feature list.BinaryClassifierImageLabeller.getListFeatures()List of named feature list providers for additional features.Method parameters in org.anchoranalysis.plugin.image.task.bean.labeller with type arguments of type FeatureInputStackModifier and TypeMethodDescriptionvoidBinaryClassifierImageLabeller.setClassifierProvider(FeatureListProvider<FeatureInputStack> classifierProvider) Provider for the classifier feature list.voidBinaryClassifierImageLabeller.setListFeatures(List<NamedBean<FeatureListProvider<FeatureInputStack>>> listFeatures) List of named feature list providers for additional features. -
Uses of FeatureInputStack in org.anchoranalysis.plugin.image.task.bean.slice
Methods in org.anchoranalysis.plugin.image.task.bean.slice that return types with arguments of type FeatureInputStackMethod parameters in org.anchoranalysis.plugin.image.task.bean.slice with type arguments of type FeatureInputStackModifier and TypeMethodDescriptionvoidExtractSlice.setScoreProvider(FeatureListProvider<FeatureInputStack> scoreProvider) -
Uses of FeatureInputStack in org.anchoranalysis.plugin.opencv.bean.feature
Methods in org.anchoranalysis.plugin.opencv.bean.feature that return types with arguments of type FeatureInputStackMethod parameters in org.anchoranalysis.plugin.opencv.bean.feature with type arguments of type FeatureInputStackModifier and TypeMethodDescriptionprotected doubleHOGFeature.calculate(FeatureCalculationInput<FeatureInputStack> input)