public interface GeodesicReconstructionAlgo
Defines the interface for geodesic reconstructions algorithms applied to planar images.
There are currently four implementation of geodesic reconstruction for planar images:
| Modifier and Type | Method and Description | 
|---|---|
ij.process.ImageProcessor | 
applyTo(ij.process.ImageProcessor marker,
       ij.process.ImageProcessor mask)
Applies the geodesic reconstruction algorithm to the input marker and
 mask images. 
 | 
int | 
getConnectivity()
Returns the chosen connectivity of the algorithm, either 4 or 8. 
 | 
void | 
setConnectivity(int conn)
Changes the connectivity of the algorithm to either 4 or 8. 
 | 
ij.process.ImageProcessor applyTo(ij.process.ImageProcessor marker,
                                  ij.process.ImageProcessor mask)
marker - image used to initialize the reconstructionmask - image used to constrain the reconstructionint getConnectivity()
void setConnectivity(int conn)
conn - the connectivity to use, either 4 or 8Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.