Uses of Interface
inra.ijpb.binary.distmap.DistanceTransform
Package | Description |
---|---|
inra.ijpb.binary.distmap |
Computations of distance maps on binary images, using chamfer distances
(integer approximation of Euclidean distances).
|
-
Uses of DistanceTransform in inra.ijpb.binary.distmap
Subinterfaces of DistanceTransform in inra.ijpb.binary.distmap Modifier and Type Interface Description interface
ChamferDistanceTransform2D
Specialization of DistanceTransform based on the use of a chamfer mask.Classes in inra.ijpb.binary.distmap that implement DistanceTransform Modifier and Type Class Description class
ChamferDistanceTransform2DFloat
Computes distance transform on binary images by propagating distances using a ChamferMask2D, and using 32-bits floating-point computation.class
ChamferDistanceTransform2DShort
Computes distance transform by propagating distances using a ChamferMask2D, and using 16-bits integer computation.class
DistanceTransform3x3Float
Deprecated.replaced by ChamferDistanceTransform2DFloat (since 1.5.0)class
DistanceTransform3x3Short
Deprecated.replaced by ChamferDistanceTransform2DShort (since 1.5.0)class
DistanceTransform5x5Float
Deprecated.replaced by ChamferDistanceTransform2DFloat (since 1.5.0)class
DistanceTransform5x5Short
Deprecated.replaced by ChamferDistanceTransform2DShort (since 1.5.0)