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