Uses of Class
org.anchoranalysis.plugin.image.feature.bean.morphological.MorphologicalIterations
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.image.feature.bean.morphological |
Beans that affects how morphological operations occur.
|
| org.anchoranalysis.plugin.image.feature.bean.object.pair |
Features from pairs of
ObjectMasks. |
| org.anchoranalysis.plugin.image.feature.bean.object.single.intensity |
Implementations of
FeatureSingleObject that measure an object's
intensity on a corresponding Channel. |
| org.anchoranalysis.plugin.image.feature.bean.object.single.morphological |
Implementations of
FeatureSingleObject that implement
morphological operations. |
| org.anchoranalysis.plugin.image.feature.object.calculation.single |
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 MorphologicalIterations Modifier and Type Method Description MorphologicalIterationsMorphologicalIterations. 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 MorphologicalIterations Modifier and Type Method Description MorphologicalIterationsIntersection. 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 MorphologicalIterations Modifier and Type Method Description voidIntersection. 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 MorphologicalIterations Modifier and Type Method Description MorphologicalIterationsIntensityMeanShellBase. 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 MorphologicalIterations Modifier and Type Method Description voidIntensityMeanShellBase. 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 MorphologicalIterations Modifier and Type Method Description MorphologicalIterationsShell. 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 MorphologicalIterations Modifier and Type Method Description voidShell. 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 MorphologicalIterations Modifier and Type Method Description static org.anchoranalysis.feature.calculate.part.CalculationPart<org.anchoranalysis.image.voxel.object.ObjectMask,org.anchoranalysis.image.feature.input.FeatureInputSingleObject>CalculateShellObjectMask. of(org.anchoranalysis.feature.calculate.part.CalculationPartResolver<org.anchoranalysis.image.feature.input.FeatureInputSingleObject> resolver, MorphologicalIterations iterations, int iterationsErosionSecond, boolean inverse)Creates a newCalculateShellObjectMaskinstance.