Uses of Package
inra.ijpb.morphology.strel
Package | Description |
---|---|
inra.ijpb.morphology.directional |
Morphological directional filters.
|
inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Classes in inra.ijpb.morphology.strel used by inra.ijpb.morphology.directional Class Description AbstractStrel Implementation basis for planar structuring elements.AbstractStrel3D Implementation basis for 3D structuring elements -
Classes in inra.ijpb.morphology.strel used by inra.ijpb.morphology.strel Class Description AbstractInPlaceStrel Implementation stub for in place Structuring elements.AbstractInPlaceStrel3D Implementation stub for in place 3D Structuring elements.AbstractSeparableStrel Implementation stub for separable Structuring elements.AbstractSeparableStrel3D Implementation stub for separable 3D Structuring elements.AbstractStrel Implementation basis for planar structuring elements.AbstractStrel3D Implementation basis for 3D structuring elementsBallStrel A 3D structuring element with a ball shape, with same size in each direction.CubeStrel A cubic structuring element, obtained by decomposition into linear structuring elements with the same size along each dimension.CuboidStrel A cuboid structuring element, obtained by decomposition into linear structuring elements (that can have different sizes) along each dimension.DiamondStrel Structuring element representing a diamond of a given diameter.DiskStrel Disk structuring element.EllipsoidStrel A 3D structuring element with an ellipsoidal shape, oriented along the three main axes of the image.InPlaceStrel A structuring element that can performs erosion or dilation directly in the original image buffer.InPlaceStrel3D A structuring element that can performs erosion or dilation directly in the original image stack.LinearDepthStrel3D An horizontal linear structuring element of a given length.LinearDiagDownStrel A diagonal linear structuring element of a given length, with direction vector (+1,+1) in image coordinate system.LinearDiagUpStrel A diagonal linear structuring element of a given length, with direction vector (+1,-1) in image coordinate system.LinearHorizontalStrel An horizontal linear structuring element of a given length.LinearVerticalStrel A vertical linear structuring element of a given length.LocalExtremum Computes the extremum in a local sliding neighborhood of the current pixel.LocalExtremum.Type An enumeration of the types of possible extremum.OctagonStrel An Octagonal structuring element, obtained by decomposition into horizontal, vertical, and diagonal linear structuring elements.SeparableStrel Interface for structuring elements that can be decomposed into several "simpler" structuring elements.SeparableStrel3D Interface for structuring elements that can be decomposed into several "simpler" structuring elements.SquareStrel A square structuring element, obtained by decomposition into horizontal and vertical linear structuring elements with the same size.