public class BlackTopHat extends MorphologicalFilter
Erosion, 
Dilation, 
Closing, 
Strel.opening(ImageProcessor)| Constructor and Description | 
|---|
BlackTopHat(Strel3D strel)
Creates a new Black Top-Hat 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 BlackTopHat(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.