Uses of Class
org.anchoranalysis.plugin.image.feature.bean.morphological.MorphologicalIterations
Packages that use MorphologicalIterations
Package
Description
Beans that affects how morphological operations occur.
Features from pairs of
ObjectMasks.Implementations of
FeatureSingleObject that measure an object's
intensity on a corresponding Channel.Implementations of
FeatureSingleObject that implement
morphological operations.Implementations of
CalculationPart that that
process a single ObjectMask.-
Uses of MorphologicalIterations in org.anchoranalysis.plugin.image.feature.bean.morphological
Methods in org.anchoranalysis.plugin.image.feature.bean.morphological that return MorphologicalIterationsModifier and TypeMethodDescriptionMorphologicalIterations.copyChangeIterationsDilation(int iterationsDilationsToAssign) Creates a copy of this bean with a new value foriterationsDilation. -
Uses of MorphologicalIterations in org.anchoranalysis.plugin.image.feature.bean.object.pair
Methods in org.anchoranalysis.plugin.image.feature.bean.object.pair that return MorphologicalIterationsModifier and TypeMethodDescriptionIntersection.getIterations()The number of dilations and erosions to apply to determine if two objects intersectMethods in org.anchoranalysis.plugin.image.feature.bean.object.pair with parameters of type MorphologicalIterationsModifier and TypeMethodDescriptionvoidIntersection.setIterations(MorphologicalIterations iterations) The number of dilations and erosions to apply to determine if two objects intersect -
Uses of MorphologicalIterations in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity
Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity that return MorphologicalIterationsModifier and TypeMethodDescriptionIntensityMeanShellBase.getIterations()The number of dilations and erosions to apply and whether to do in the Z dimension.Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.intensity with parameters of type MorphologicalIterationsModifier and TypeMethodDescriptionvoidIntensityMeanShellBase.setIterations(MorphologicalIterations iterations) The number of dilations and erosions to apply and whether to do in the Z dimension. -
Uses of MorphologicalIterations in org.anchoranalysis.plugin.image.feature.bean.object.single.morphological
Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.morphological that return MorphologicalIterationsModifier and TypeMethodDescriptionShell.getIterations()The number of dilations and erosions to apply and whether to do so in the Z dimension.Methods in org.anchoranalysis.plugin.image.feature.bean.object.single.morphological with parameters of type MorphologicalIterationsModifier and TypeMethodDescriptionvoidShell.setIterations(MorphologicalIterations iterations) The number of dilations and erosions to apply and whether to do so in the Z dimension. -
Uses of MorphologicalIterations in org.anchoranalysis.plugin.image.feature.object.calculation.single
Methods in org.anchoranalysis.plugin.image.feature.object.calculation.single with parameters of type MorphologicalIterationsModifier and TypeMethodDescriptionCalculateShellObjectMask.of(CalculationPartResolver<FeatureInputSingleObject> resolver, MorphologicalIterations iterations, int iterationsErosionSecond, boolean inverse) Creates a newCalculateShellObjectMaskinstance.