Uses of Interface
inra.ijpb.morphology.strel.SeparableStrel
Package | Description |
---|---|
inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Uses of SeparableStrel in inra.ijpb.morphology.strel
Classes in inra.ijpb.morphology.strel that implement SeparableStrel Modifier and Type Class Description class
AbstractSeparableStrel
Implementation stub for separable Structuring elements.class
DiamondStrel
Structuring element representing a diamond of a given diameter.class
OctagonStrel
An Octagonal structuring element, obtained by decomposition into horizontal, vertical, and diagonal linear structuring elements.class
SquareStrel
A square structuring element, obtained by decomposition into horizontal and vertical linear structuring elements with the same size.Methods in inra.ijpb.morphology.strel that return SeparableStrel Modifier and Type Method Description SeparableStrel
DiamondStrel. reverse()
SeparableStrel
SeparableStrel. reverse()
The reversed structuring element of a separable strel is also separable.