Uses of Class
inra.ijpb.morphology.strel.LinearDiagUpStrel
Package | Description |
---|---|
inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Uses of LinearDiagUpStrel in inra.ijpb.morphology.strel
Methods in inra.ijpb.morphology.strel that return LinearDiagUpStrel Modifier and Type Method Description static LinearDiagUpStrel
LinearDiagUpStrel. fromDiameter(int diam)
Creates a new line-shape structuring element with the specified diameter (equal to the orthogonal length of the line).static LinearDiagUpStrel
LinearDiagUpStrel. fromRadius(int radius)
Creates a new line-shape structuring element with the specified radius (such that orthogonal diameter equals 2*radius+1).LinearDiagUpStrel
LinearDiagUpStrel. reverse()
Returns a linear diagonal line with same size and offset equal to size-offset.