Uses of Class
org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.minima.grayscalereconstruction.GrayscaleReconstructionByErosion
Packages that use GrayscaleReconstructionByErosion
Package
Description
Minima imposition for a Watershed transformation.
org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.minima.grayscalereconstruction
Grayscale reconstruction to support the Watershed transformation.
-
Uses of GrayscaleReconstructionByErosion in org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.minima
Methods in org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.minima that return GrayscaleReconstructionByErosionModifier and TypeMethodDescriptionMinimaImpositionGrayscaleReconstruction.getGrayscaleReconstruction()The grayscale reconstruction algorithm to be used.Methods in org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.minima with parameters of type GrayscaleReconstructionByErosionModifier and TypeMethodDescriptionvoidMinimaImpositionGrayscaleReconstruction.setGrayscaleReconstruction(GrayscaleReconstructionByErosion grayscaleReconstruction) The grayscale reconstruction algorithm to be used. -
Uses of GrayscaleReconstructionByErosion in org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.minima.grayscalereconstruction
Subclasses of GrayscaleReconstructionByErosion in org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.minima.grayscalereconstructionModifier and TypeClassDescriptionclassImplements grayscale reconstruction using Robinson's algorithm.Subclasses with type arguments of type GrayscaleReconstructionByErosion in org.anchoranalysis.plugin.image.bean.object.segment.channel.watershed.minima.grayscalereconstructionModifier and TypeClassDescriptionclassAbstract base class for performing grayscale reconstruction by erosion.