@Deprecated public class GeodesicDistanceTransformShort5x5 extends AlgoStub implements GeodesicDistanceTransform
| Modifier and Type | Field and Description |
|---|---|
static short |
MAX_DIST
Deprecated.
The value used to initialize the distance map.
|
| Constructor and Description |
|---|
GeodesicDistanceTransformShort5x5(ChamferWeights weights,
boolean normalizeMap)
Deprecated.
Creates a new algorithm for propagating geodesic distances.
|
GeodesicDistanceTransformShort5x5(short[] weights)
Deprecated.
Creates a new algorithm for propagating geodesic distances.
|
GeodesicDistanceTransformShort5x5(short[] weights,
boolean normalizeMap)
Deprecated.
Creates a new algorithm for propagating geodesic distances.
|
| Modifier and Type | Method and Description |
|---|---|
ij.process.ImageProcessor |
geodesicDistanceMap(ij.process.ImageProcessor marker,
ij.process.ImageProcessor mask)
Deprecated.
Computes the geodesic distance function for each pixel in mask label
image, using the given binary marker image.
|
addAlgoListener, fireProgressChanged, fireProgressChanged, fireStatusChanged, fireStatusChanged, removeAlgoListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAlgoListener, removeAlgoListenerpublic static final short MAX_DIST
public GeodesicDistanceTransformShort5x5(short[] weights)
weights - the weights to use for propagating distancespublic GeodesicDistanceTransformShort5x5(ChamferWeights weights, boolean normalizeMap)
weights - the weights to use for propagating distancesnormalizeMap - the flag for normalizationpublic GeodesicDistanceTransformShort5x5(short[] weights,
boolean normalizeMap)
weights - the weights to use for propagating distancesnormalizeMap - the flag for normalizationpublic ij.process.ImageProcessor geodesicDistanceMap(ij.process.ImageProcessor marker,
ij.process.ImageProcessor mask)
geodesicDistanceMap in interface GeodesicDistanceTransformmarker - the binary marker imagemask - the label image used as maskGeodesicDistanceTransform.geodesicDistanceMap(ij.process.ImageProcessor,
ij.process.ImageProcessor)Copyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.