Uses of Class
inra.ijpb.morphology.strel.AbstractSeparableStrel
Package | Description |
---|---|
inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Uses of AbstractSeparableStrel in inra.ijpb.morphology.strel
Subclasses of AbstractSeparableStrel in inra.ijpb.morphology.strel Modifier and Type Class Description 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.