public class GeodesicReconstructionByErosion extends GeodesicReconstructionAlgoStub
GeodesicReconstructionByDilationconnectivity, showProgress, showStatus, verbose| Constructor and Description |
|---|
GeodesicReconstructionByErosion()
Creates a new instance of geodesic reconstruction by erosion algorithm,
using default connectivity 4.
|
GeodesicReconstructionByErosion(int connectivity)
Creates a new instance of geodesic reconstruction by erosion algorithm,
that specifies the connectivity to use.
|
| Modifier and Type | Method and Description |
|---|---|
ij.process.ImageProcessor |
applyTo(ij.process.ImageProcessor marker,
ij.process.ImageProcessor mask)
Run the reconstruction by erosion algorithm using the images specified
as argument.
|
getConnectivity, setConnectivityaddAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic GeodesicReconstructionByErosion()
public GeodesicReconstructionByErosion(int connectivity)
connectivity - the 2D connectivity to use (either 4 or 8)public ij.process.ImageProcessor applyTo(ij.process.ImageProcessor marker,
ij.process.ImageProcessor mask)
marker - image used to initialize the reconstructionmask - image used to constrain the reconstructionCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.