Uses of Class
inra.ijpb.morphology.strel.CubeStrel
Package | Description |
---|---|
inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Uses of CubeStrel in inra.ijpb.morphology.strel
Methods in inra.ijpb.morphology.strel that return CubeStrel Modifier and Type Method Description static CubeStrel
CubeStrel. fromDiameter(int diam)
Creates a new cube-shape structuring element with the specified diameter (equal to cube side length).static CubeStrel
CubeStrel. fromRadius(int radius)
Creates a new cube-shape structuring element with the specified radius (such that cube side length equals 2 * radius + 1).CubeStrel
CubeStrel. reverse()