public class GeodesicReconstructionByErosion3DGray8 extends GeodesicReconstruction3DAlgoStub
connectivity, showProgress, showStatus, verbose| Constructor and Description |
|---|
GeodesicReconstructionByErosion3DGray8()
Creates a new instance of geodesic reconstruction by dilation algorithm,
using the default connectivity 6.
|
GeodesicReconstructionByErosion3DGray8(int connectivity)
Creates a new instance of geodesic reconstruction by dilation algorithm,
that specifies the connectivity to use.
|
| Modifier and Type | Method and Description |
|---|---|
ij.ImageStack |
applyTo(ij.ImageStack marker,
ij.ImageStack mask)
Run the reconstruction by dilation algorithm using the images specified
as argument.
|
ij.ImageStack |
applyTo(ij.ImageStack marker,
ij.ImageStack mask,
ij.ImageStack binaryMask)
Applies the geodesic reconstruction algorithm to the input marker and
mask images, restricted by a binary mask.
|
getConnectivity, setConnectivity, showProgress, showProgress, showStatus, traceaddAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAlgoListener, removeAlgoListenerpublic GeodesicReconstructionByErosion3DGray8()
public GeodesicReconstructionByErosion3DGray8(int connectivity)
connectivity - the 3D connectivity to use (either 6 or 26)public ij.ImageStack applyTo(ij.ImageStack marker,
ij.ImageStack mask)
marker - image used to initialize the reconstructionmask - image used to constrain the reconstructionpublic ij.ImageStack applyTo(ij.ImageStack marker,
ij.ImageStack mask,
ij.ImageStack binaryMask)
GeodesicReconstruction3DAlgomarker - image used to initialize the reconstructionmask - image used to constrain the reconstructionbinaryMask - binary mask to restrict the region of applicationCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.