@Deprecated public class LabelDilation3D4WShort extends AlgoStub
ChamferWeights3D, 
LabelDilationShort5x5| Constructor and Description | 
|---|
LabelDilation3D4WShort(ChamferWeights3D weights)
Deprecated.  
Creates a new image processor for dilating labels using chamfer weight
 stored using shorts. 
 | 
LabelDilation3D4WShort(short[] weights)
Deprecated.  
Creates a new image processor for dilating labels using chamfer weight
 stored using shorts. 
 | 
| 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 LabelDilation3D4WShort(ChamferWeights3D weights)
weights - the Chamfer weights to use.public LabelDilation3D4WShort(short[] weights)
weights - the Chamfer weights to use, as an array of shorts with four elements.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.