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