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