Uses of Interface
inra.ijpb.morphology.strel.SeparableStrel3D
Package | Description |
---|---|
inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Uses of SeparableStrel3D in inra.ijpb.morphology.strel
Classes in inra.ijpb.morphology.strel that implement SeparableStrel3D Modifier and Type Class Description class
AbstractSeparableStrel3D
Implementation stub for separable 3D Structuring elements.class
CubeStrel
A cubic structuring element, obtained by decomposition into linear structuring elements with the same size along each dimension.class
CuboidStrel
A cuboid structuring element, obtained by decomposition into linear structuring elements (that can have different sizes) along each dimension.Methods in inra.ijpb.morphology.strel that return SeparableStrel3D Modifier and Type Method Description SeparableStrel3D
SeparableStrel3D. reverse()
The reversed structuring element of a separable strel is also separable.