@Deprecated public class GeodesicDistanceMap3D extends Object implements ij.plugin.PlugIn
| Constructor and Description |
|---|
GeodesicDistanceMap3D()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ij.ImagePlus |
process(ij.ImagePlus marker,
ij.ImagePlus mask,
String newName,
ChamferMask3D chamferMask,
boolean normalize)
Deprecated.
Computes the distance propagated from the boundary of the white
particles, within the black phase.
|
void |
run(String arg0)
Deprecated.
|
public void run(String arg0)
run in interface ij.plugin.PlugInpublic ij.ImagePlus process(ij.ImagePlus marker,
ij.ImagePlus mask,
String newName,
ChamferMask3D chamferMask,
boolean normalize)
marker - the binary marker image from which distances will be
propagatedmask - the binary mask image that will constrain the propagationnewName - the name of the result imagechamferMask - the set of chamfer weights for computing distancesnormalize - specifies whether the resulting distance map should be
normalizedCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.