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