Uses of Interface
inra.ijpb.binary.distmap.ChamferDistanceTransform3D
Package | Description |
---|---|
inra.ijpb.binary.distmap |
Computations of distance maps on binary images, using chamfer distances
(integer approximation of Euclidean distances).
|
-
Uses of ChamferDistanceTransform3D in inra.ijpb.binary.distmap
Classes in inra.ijpb.binary.distmap that implement ChamferDistanceTransform3D 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.