| Interface | Description |
|---|---|
| ChamferDistanceTransform2D |
Specialization of DistanceTransform based on the use of a chamfer mask.
|
| ChamferDistanceTransform3D |
Specialization of DistanceTransform based on the use of a chamfer mask.
|
| DistanceTransform2D |
Interface for computing distance maps for 2D label images.
|
| DistanceTransform3D |
Interface for computing distance maps for 3D label images.
|
| Class | Description |
|---|---|
| ChamferDistanceTransform2DFloat |
Computes distance transform by propagating distances using a ChamferMask2D,
and using 32-bits floating-point computation.
|
| ChamferDistanceTransform2DShort |
Computes distance transform by propagating distances using a ChamferMask2D,
and using 16-bits integer computation.
|
| ChamferDistanceTransform3DFloat |
Computes 3D distance transform using the chamfer weights provided by a
ChamferWeights3D object, and using floating-point computation.
|
| ChamferDistanceTransform3DShort |
Computes 3D distance transform on binary images using the chamfer weights
provided by a ChamferWeights3D object, and using 16-bits integer computation.
|
| DistanceTransform3DFloat | Deprecated
replaced by ChamferDistanceTransform3DFloat (since 1.4.4)
|
| DistanceTransform3DShort | Deprecated
replaced by ChamferDistanceTransform3DShort (since 1.4.4)
|
| LabelDilation2DShort | Deprecated
replaced by inra.ijpb.label.filter.ChamferLabelDilation2DShort
|
| LabelDilation3D4WShort | Deprecated
replaced by LabelDilation3DShort (since 1.4.4)
|
| LabelDilation3DShort | Deprecated
replaced by inra.ijpb.label.filter.ChamferLabelDilation3DShort
|
| LabelDilationShort5x5 | Deprecated
replaced by LabelDilation2DShort (since 1.5.0)
|
inra.ijpb.binary.distmapCopyright © 2014–2023 INRA-IJPB Modeling and Digital Imaging lab. All rights reserved.