Uses of Class
inra.ijpb.morphology.strel.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 classOrientedLineStrelA 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 classAbstractInPlaceStrelImplementation stub for in place Structuring elements.classAbstractInPlaceStrel3DImplementation stub for in place 3D Structuring elements.classAbstractSeparableStrelImplementation stub for separable Structuring elements.classAbstractSeparableStrel3DImplementation stub for separable 3D Structuring elements.classAbstractStrelImplementation basis for planar structuring elements.classBallStrelA 3D structuring element with a ball shape, with same size in each direction.classChamferStrelDisk-shaped structuring element based on a chamfer mask and a radius.classChamferStrel3DclassCross3DStrel3D structuring element representing a 3x3x3 cross, that considers the center voxel together with the six orthogonal neighbors.classCross3x3StrelStructuring element representing a 3x3 cross, that considers the center pixels together with the four orthogonal neighbors.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.classDiamondStrelStructuring element representing a diamond of a given diameter.classDiskStrelDisk structuring element.classEllipsoidStrelA 3D structuring element with an ellipsoidal shape, oriented along the three main axes of the image.classExtrudedStrelCreates a 3D strel by replicating a 2D strel on a given number of slices.classLinearDepthStrel3DAn horizontal linear structuring element of a given length.classLinearDiagDownStrelA diagonal linear structuring element of a given length, with direction vector (+1,+1) in image coordinate system.classLinearDiagUpStrelA diagonal linear structuring element of a given length, with direction vector (+1,-1) in image coordinate system.classLinearHorizontalStrelAn horizontal linear structuring element of a given length.classLinearVerticalStrelA vertical linear structuring element of a given length.classOctagonStrelAn Octagonal structuring element, obtained by decomposition into horizontal, vertical, and diagonal linear structuring elements.classSquareStrelA square structuring element, obtained by decomposition into horizontal and vertical linear structuring elements with the same size.