public class Erosion extends MorphologicalFilter
Dilation, 
Opening, 
Closing, 
Strel.erosion(ImageProcessor)| Constructor and Description | 
|---|
Erosion(Strel3D strel)
Creates a new Morphological Erosion operator with the specified
 structuring element. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ij.process.ImageProcessor | 
process(ij.process.ImageProcessor image)
Apply filtering operation on the specified image, and returns the result
 as a new instance of ImageProcessor. 
 | 
ij.ImageStack | 
process(ij.ImageStack image)
Apply filtering operation on the specified 3D image, and returns the
 result as a new instance of ImageStack. 
 | 
algoProgressChanged, algoStatusChanged, clamp, getMaxPossibleValue, getStrel, process, processColoraddAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic Erosion(Strel3D strel)
strel - the structuring element used for the operation, that can also
            be an instance of Strel.public ij.process.ImageProcessor process(ij.process.ImageProcessor image)
MorphologicalFilterprocess in class MorphologicalFilterimage - the image to processpublic ij.ImageStack process(ij.ImageStack image)
MorphologicalFilterprocess in class MorphologicalFilterimage - the image to processCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.