Uses of Class
inra.ijpb.morphology.strel.AbstractStrel
| Package | Description |
|---|---|
| inra.ijpb.morphology.directional |
Morphological directional filters.
|
| inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Uses of AbstractStrel in inra.ijpb.morphology.directional
Subclasses of AbstractStrel in inra.ijpb.morphology.directional Modifier and Type Class Description classOrientedLineStrelA linear structuring element, defined by a length and an orientation. -
Uses of AbstractStrel in inra.ijpb.morphology.strel
Subclasses of AbstractStrel in inra.ijpb.morphology.strel Modifier and Type Class Description classAbstractInPlaceStrelImplementation stub for in place Structuring elements.classAbstractSeparableStrelImplementation stub for separable Structuring elements.classChamferStrelDisk-shaped structuring element based on a chamfer mask and a radius.classCross3x3StrelStructuring element representing a 3x3 cross, that considers the center pixels together with the four orthogonal neighbors.classDiamondStrelStructuring element representing a diamond of a given diameter.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.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.