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