Uses of Interface
inra.ijpb.binary.distmap.DistanceTransform3D
| Package | Description |
|---|---|
| inra.ijpb.binary.distmap |
Computations of distance maps on binary images, using chamfer distances
(integer approximation of Euclidean distances).
|
-
Uses of DistanceTransform3D in inra.ijpb.binary.distmap
Subinterfaces of DistanceTransform3D in inra.ijpb.binary.distmap Modifier and Type Interface Description interfaceChamferDistanceTransform3DSpecialization of DistanceTransform based on the use of a chamfer mask.Classes in inra.ijpb.binary.distmap that implement DistanceTransform3D Modifier and Type Class Description classChamferDistanceTransform3DFloatComputes 3D distance transform on binary images using the chamfer weights provided by a ChamferMask3D object, and using 32-bits floating-point computation.classChamferDistanceTransform3DShortComputes 3D distance transform using the chamfer weights provided by a ChamferMask3D object, and using 16-bits integer computation.classDistanceTransform3D4WeightsFloatDeprecated.replaced by ChamferDistanceTransform3DFloat (since 1.5.0)classDistanceTransform3D4WeightsShortDeprecated.replaced by ChamferDistanceTransform3DShort (since 1.5.0)classDistanceTransform3DFloatDeprecated.replaced by ChamferDistanceTransform3DFloat (since 1.5.0)classDistanceTransform3DShortDeprecated.replaced by ChamferDistanceTransform3DShort (since 1.5.0)