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 CubeStrelCubeStrel. fromDiameter(int diam)Creates a new cube-shape structuring element with the specified diameter (equal to cube side length).static CubeStrelCubeStrel. fromRadius(int radius)Creates a new cube-shape structuring element with the specified radius (such that cube side length equals 2 * radius + 1).CubeStrelCubeStrel. reverse()