Uses of Class
inra.ijpb.morphology.strel.CuboidStrel
| Package | Description |
|---|---|
| inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Uses of CuboidStrel in inra.ijpb.morphology.strel
Methods in inra.ijpb.morphology.strel that return CuboidStrel Modifier and Type Method Description static CuboidStrelCuboidStrel. fromDiameter(int diam)Creates a new cube-shape structuring element with the specified diameter (equal to cube side length).static CuboidStrelCuboidStrel. fromDiameterList(int diamX, int diamY, int diamZ)Creates a 3D structuring element with a cuboid shape and different sizes depending on direction.static CuboidStrelCuboidStrel. fromRadius(int radius)Creates a new cube-shape structuring element with the specified radius (such that cube side length equals 2 * radius + 1).static CuboidStrelCuboidStrel. fromRadiusList(int radiusX, int radiusY, int radiusZ)Creates a 3D structuring element with a cuboid shape and different sizes depending on direction.CuboidStrelCuboidStrel. reverse()Returns a cuboidal structuring element with same size, but offset located symmetrically with respect to structuring element center.