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 classAbstractSeparableStrel3DImplementation stub for separable 3D Structuring elements.classCubeStrelA cubic structuring element, obtained by decomposition into linear structuring elements with the same size along each dimension.classCuboidStrelA 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 SeparableStrel3DSeparableStrel3D. reverse()The reversed structuring element of a separable strel is also separable.