public class AreaOpeningNaive extends AlgoStub implements AreaOpening
| Constructor and Description |
|---|
AreaOpeningNaive() |
| 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, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAlgoListener, removeAlgoListenerpublic ij.process.ImageProcessor process(ij.process.ImageProcessor image,
int minArea)
AreaOpeningprocess in interface AreaOpeningimage - 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.