Uses of Class
inra.ijpb.morphology.strel.AbstractInPlaceStrel
| Package | Description |
|---|---|
| inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Uses of AbstractInPlaceStrel in inra.ijpb.morphology.strel
Subclasses of AbstractInPlaceStrel in inra.ijpb.morphology.strel Modifier and Type Class Description classCross3x3StrelStructuring element representing a 3x3 cross, that considers the center pixels together with the four orthogonal neighbors.classDiskStrelDisk structuring element.classLinearDiagDownStrelA diagonal linear structuring element of a given length, with direction vector (+1,+1) in image coordinate system.classLinearDiagUpStrelA diagonal linear structuring element of a given length, with direction vector (+1,-1) in image coordinate system.classLinearHorizontalStrelAn horizontal linear structuring element of a given length.classLinearVerticalStrelA vertical linear structuring element of a given length.