Uses of Class
inra.ijpb.binary.distmap.ChamferMasks3D
Package | Description |
---|---|
inra.ijpb.binary.distmap |
Computations of distance maps on binary images, using chamfer distances
(integer approximation of Euclidean distances).
|
-
Uses of ChamferMasks3D in inra.ijpb.binary.distmap
Methods in inra.ijpb.binary.distmap that return ChamferMasks3D Modifier and Type Method Description static ChamferMasks3D
ChamferMasks3D. fromLabel(java.lang.String label)
Determines the operation type from its label.static ChamferMasks3D
ChamferMasks3D. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ChamferMasks3D[]
ChamferMasks3D. values()
Returns an array containing the constants of this enum type, in the order they are declared.