public class Closing extends MorphologicalFilter
Dilation,
Erosion,
Opening,
Strel.closing(ImageProcessor)| Constructor and Description |
|---|
Closing(Strel3D strel)
Creates a new Morphological Closing 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 Closing(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.