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 interface
ChamferDistanceTransform3D
Specialization of DistanceTransform based on the use of a chamfer mask.Classes in inra.ijpb.label.distmap that implement DistanceTransform3D Modifier and Type Class Description class
ChamferDistanceTransform3DFloat
Computes 3D distance transform using the chamfer weights provided by a ChamferWeights3D object, and using floating-point computation.class
ChamferDistanceTransform3DShort
Computes 3D distance transform on binary images using the chamfer weights provided by a ChamferWeights3D object, and using 16-bits integer computation.class
DistanceTransform3DFloat
Deprecated.replaced by ChamferDistanceTransform3DFloat (since 1.4.4)class
DistanceTransform3DShort
Deprecated.replaced by ChamferDistanceTransform3DShort (since 1.4.4)