public interface GeodesicReconstruction3DAlgo extends Algo
| Modifier and Type | Method and Description | 
|---|---|
ij.ImageStack | 
applyTo(ij.ImageStack marker,
       ij.ImageStack mask)
Applies the geodesic reconstruction algorithm to the input marker and
 mask images. 
 | 
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. 
 | 
int | 
getConnectivity()
Returns the chosen connectivity of the algorithm, either 6 or 26. 
 | 
void | 
setConnectivity(int conn)
Changes the connectivity of the algorithm to either 6 or 26. 
 | 
addAlgoListener, removeAlgoListenerij.ImageStack applyTo(ij.ImageStack marker,
                      ij.ImageStack mask)
marker - image used to initialize the reconstructionmask - image used to constrain the reconstructionij.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 applicationint getConnectivity()
void setConnectivity(int conn)
conn - the 3D connectivity to use, either 6 or 26Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.