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 classAbstractSeparableStrelImplementation stub for separable Structuring elements.classDiamondStrelStructuring element representing a diamond of a given diameter.classOctagonStrelAn Octagonal structuring element, obtained by decomposition into horizontal, vertical, and diagonal linear structuring elements.classSquareStrelA 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 SeparableStrelDiamondStrel. reverse()SeparableStrelSeparableStrel. reverse()The reversed structuring element of a separable strel is also separable.