public class GeodesicReconstructionByDilation3D extends GeodesicReconstruction3DAlgoStub
connectivity, showProgress, showStatus, verbose| Constructor and Description |
|---|
GeodesicReconstructionByDilation3D()
Creates a new instance of geodesic reconstruction by dilation algorithm,
using the default connectivity 6.
|
GeodesicReconstructionByDilation3D(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 GeodesicReconstructionByDilation3D()
public GeodesicReconstructionByDilation3D(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.