public class ChamferLabelDilation3DShort extends AlgoStub
ChamferMask3D, 
ChamferLabelDilation2DShort| Constructor and Description | 
|---|
ChamferLabelDilation3DShort(ChamferMask3D mask,
                           double radius)
Creates a new 3D image for dilating labels using the specified chamfer
 mask, using 16-bits integer computation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ij.ImageStack | 
process(ij.ImageStack labelImage)
Computes dilation of labels within label image by a specified radius. 
 | 
addAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic ChamferLabelDilation3DShort(ChamferMask3D mask, double radius)
mask - the Chamfer mask to use.radius - the radius of dilation of labels. In practice, the distance is
            propagated up to radius + 0.5.public ij.ImageStack process(ij.ImageStack labelImage)
labelImage - the original label mapCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.