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