Uses of Class
inra.ijpb.morphology.strel.DiskStrel
Package | Description |
---|---|
inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Uses of DiskStrel in inra.ijpb.morphology.strel
Methods in inra.ijpb.morphology.strel that return DiskStrel Modifier and Type Method Description static DiskStrel
DiskStrel. fromDiameter(int diam)
Creates a structuring element with a circular shape of the given diameter.static DiskStrel
DiskStrel. fromRadius(int radius)
Creates a structuring element with a circular shape of the given radius.DiskStrel
DiskStrel. reverse()