@Deprecated public class LabelDilationShort5x5 extends AlgoStub
| Constructor and Description |
|---|
LabelDilationShort5x5(ChamferWeights weights)
Deprecated.
Creates a new LabelDilation operator.
|
LabelDilationShort5x5(short[] weights)
Deprecated.
Creates a new LabelDilation operator.
|
| 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 LabelDilationShort5x5(ChamferWeights weights)
weights - the weights to use for dilationpublic LabelDilationShort5x5(short[] weights)
weights - the weights to use for dilationpublic 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.