@Deprecated public class LabelDilation2DShort extends AlgoStub
ChamferMask2D, 
LabelDilation3DShort| Constructor and Description | 
|---|
LabelDilation2DShort(ChamferMask2D mask)
Deprecated.  
Creates a new image processor for dilating labels using the specified
 chamfer mask, using 16-bits integer computation. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ij.process.ImageProcessor | 
process(ij.process.ImageProcessor labelImage,
       double distMax)
Deprecated.  
Computes dilation of labels within label image by a specified radius. 
 | 
addAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerpublic LabelDilation2DShort(ChamferMask2D mask)
mask - the Chamfer mask to use.public ij.process.ImageProcessor process(ij.process.ImageProcessor 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.