@Deprecated public class LabelDilation3DShort extends AlgoStub
ChamferWeights3D, 
LabelDilation2DShort| Constructor and Description | 
|---|
LabelDilation3DShort(ChamferMask3D mask)
Deprecated.  
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,
       double distMax)
Deprecated.  
Computes dilation of labels within label image by a specified radius. 
 | 
addAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic LabelDilation3DShort(ChamferMask3D mask)
mask - the Chamfer mask to use.public ij.ImageStack process(ij.ImageStack labelImage,
                             double distMax)
labelImage - the original label mapdistMax - the dilation radius, in pixels. In practice, dilation is
            computed with a radius +0.5.Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.