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 class
OrientedLineStrel
A 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 class
AbstractInPlaceStrel
Implementation stub for in place Structuring elements.class
AbstractSeparableStrel
Implementation stub for separable Structuring elements.class
ChamferStrel
Disk-shaped structuring element based on a chamfer mask and a radius.class
Cross3x3Strel
Structuring element representing a 3x3 cross, that considers the center pixels together with the four orthogonal neighbors.class
DiamondStrel
Structuring element representing a diamond of a given diameter.class
DiskStrel
Disk structuring element.class
LinearDiagDownStrel
A diagonal linear structuring element of a given length, with direction vector (+1,+1) in image coordinate system.class
LinearDiagUpStrel
A diagonal linear structuring element of a given length, with direction vector (+1,-1) in image coordinate system.class
LinearHorizontalStrel
An horizontal linear structuring element of a given length.class
LinearVerticalStrel
A vertical linear structuring element of a given length.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.