Uses of Class
inra.ijpb.morphology.strel.AbstractStrel3D

Packages that use AbstractStrel3D
Package Description
inra.ijpb.morphology.directional
Morphological directional filters.
inra.ijpb.morphology.strel
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
  • Uses of AbstractStrel3D in inra.ijpb.morphology.directional

    Subclasses of AbstractStrel3D in inra.ijpb.morphology.directional
    Modifier and Type Class Description
    class  OrientedLineStrel
    A linear structuring element, defined by a length and an orientation.
  • Uses of AbstractStrel3D in inra.ijpb.morphology.strel

    Subclasses of AbstractStrel3D in inra.ijpb.morphology.strel
    Modifier and Type Class Description
    class  AbstractInPlaceStrel
    Implementation stub for in place Structuring elements.
    class  AbstractInPlaceStrel3D
    Implementation stub for in place 3D Structuring elements.
    class  AbstractSeparableStrel
    Implementation stub for separable Structuring elements.
    class  AbstractSeparableStrel3D
    Implementation stub for separable 3D Structuring elements.
    class  AbstractStrel
    Implementation basis for planar structuring elements.
    class  BallStrel
    A 3D structuring element with a ball shape, with same size in each direction.
    class  ChamferStrel
    Disk-shaped structuring element based on a chamfer mask and a radius.
    class  ChamferStrel3D  
    class  Cross3DStrel
    3D structuring element representing a 3x3x3 cross, that considers the center voxel together with the six orthogonal neighbors.
    class  Cross3x3Strel
    Structuring element representing a 3x3 cross, that considers the center pixels together with the four orthogonal neighbors.
    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.
    class  DiamondStrel
    Structuring element representing a diamond of a given diameter.
    class  DiskStrel
    Disk structuring element.
    class  EllipsoidStrel
    A 3D structuring element with an ellipsoidal shape, oriented along the three main axes of the image.
    class  ExtrudedStrel
    Creates a 3D strel by replicating a 2D strel on a given number of slices.
    class  LinearDepthStrel3D
    An horizontal linear structuring element of a given length.
    class  LinearDiagDownStrel
    A diagonal linear structuring element of a given length, with direction vector (+1,+1) in image coordinate system.
    class  LinearDiagUpStrel
    A diagonal linear structuring element of a given length, with direction vector (+1,-1) in image coordinate system.
    class  LinearHorizontalStrel
    An horizontal linear structuring element of a given length.
    class  LinearVerticalStrel
    A vertical linear structuring element of a given length.
    class  OctagonStrel
    An Octagonal structuring element, obtained by decomposition into horizontal, vertical, and diagonal linear structuring elements.
    class  SquareStrel
    A square structuring element, obtained by decomposition into horizontal and vertical linear structuring elements with the same size.