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 interfaceChamferDistanceTransform2DSpecialization of DistanceTransform based on the use of a chamfer mask.Classes in inra.ijpb.binary.distmap that implement DistanceTransform Modifier and Type Class Description classChamferDistanceTransform2DFloatComputes distance transform on binary images by propagating distances using a ChamferMask2D, and using 32-bits floating-point computation.classChamferDistanceTransform2DShortComputes distance transform by propagating distances using a ChamferMask2D, and using 16-bits integer computation.classDistanceTransform3x3FloatDeprecated.replaced by ChamferDistanceTransform2DFloat (since 1.5.0)classDistanceTransform3x3ShortDeprecated.replaced by ChamferDistanceTransform2DShort (since 1.5.0)classDistanceTransform5x5FloatDeprecated.replaced by ChamferDistanceTransform2DFloat (since 1.5.0)classDistanceTransform5x5ShortDeprecated.replaced by ChamferDistanceTransform2DShort (since 1.5.0)