Uses of Class
inra.ijpb.morphology.Strel.Shape
Package | Description |
---|---|
inra.ijpb.morphology |
Mathematical Morphology filters and reconstructions.
|
-
Uses of Strel.Shape in inra.ijpb.morphology
Methods in inra.ijpb.morphology that return Strel.Shape Modifier and Type Method Description static Strel.Shape
Strel.Shape. fromLabel(java.lang.String label)
Determines the strel shape from its label.static Strel.Shape
Strel.Shape. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Strel.Shape[]
Strel.Shape. values()
Returns an array containing the constants of this enum type, in the order they are declared.