public class SizeOpening3DQueue extends AlgoStub implements SizeOpening3D
| Constructor and Description |
|---|
SizeOpening3DQueue() |
| Modifier and Type | Method and Description |
|---|---|
int |
getConnectivity()
Returns the current connectivity value for this algorithm.
|
ij.ImageStack |
process(ij.ImageStack image,
int minVolume)
Applies size opening on the input 3D grayscale image and returns the result.
|
void |
setConnectivity(int connectivity)
Changes the connectivity used by this algorithm.
|
addAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAlgoListener, removeAlgoListenerpublic void setConnectivity(int connectivity)
connectivity - the connectivity to use, either 6 or 26public int getConnectivity()
public ij.ImageStack process(ij.ImageStack image,
int minVolume)
SizeOpening3Dprocess in interface SizeOpening3Dimage - the image to process.minVolume - the minimal number of voxels the regions need to keep.Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.