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