Package inra.ijpb.label.distmap
Computation of distance maps for label images. In some cases, it may be
necessary to take into account images containing adjacent regions, making
algorithms slightly more complex than for binary images.
- Author:
- dlegland
- See Also:
inra.ijpb.binary.distmap
-
Interface Summary 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 Summary 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.ChamferLabelDilation2DShortLabelDilation3D4WShort Deprecated. replaced by LabelDilation3DShort (since 1.4.4)LabelDilation3DShort Deprecated. replaced by inra.ijpb.label.filter.ChamferLabelDilation3DShortLabelDilationShort5x5 Deprecated. replaced by LabelDilation2DShort (since 1.5.0)