public class GeodesicReconstructionByDilation3DScanningGray8 extends GeodesicReconstruction3DAlgoStub
GeodesicReconstructionByDilation3DScanning,
GeodesicReconstruction3DHybrid0Gray8connectivity, showProgress, showStatus, verbose| Constructor and Description |
|---|
GeodesicReconstructionByDilation3DScanningGray8()
Creates a new instance of geodesic reconstruction by dilation algorithm,
using the default connectivity 6.
|
GeodesicReconstructionByDilation3DScanningGray8(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)
Run the reconstruction by dilation algorithm using the images specified
as argument.
|
getConnectivity, setConnectivity, showProgress, showProgress, showStatus, traceaddAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAlgoListener, removeAlgoListenerpublic GeodesicReconstructionByDilation3DScanningGray8()
public GeodesicReconstructionByDilation3DScanningGray8(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)
marker - 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.