public interface AreaOpening extends Algo
| Modifier and Type | Method and Description | 
|---|---|
ij.process.ImageProcessor | 
process(ij.process.ImageProcessor image,
       int minArea)
Applies area opening on the input grayscale image and returns the result. 
 | 
addAlgoListener, removeAlgoListenerij.process.ImageProcessor process(ij.process.ImageProcessor image,
                                  int minArea)
image - the image to process.minArea - the minimal number of pixels the regions need to keep.Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.