Uses of Interface
inra.ijpb.morphology.strel.InPlaceStrel3D
| Package | Description |
|---|---|
| inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Uses of InPlaceStrel3D in inra.ijpb.morphology.strel
Subinterfaces of InPlaceStrel3D in inra.ijpb.morphology.strel Modifier and Type Interface Description interfaceInPlaceStrelA structuring element that can performs erosion or dilation directly in the original image buffer.Classes in inra.ijpb.morphology.strel that implement InPlaceStrel3D Modifier and Type Class Description classAbstractInPlaceStrelImplementation stub for in place Structuring elements.classAbstractInPlaceStrel3DImplementation stub for in place 3D Structuring elements.classCross3x3StrelStructuring element representing a 3x3 cross, that considers the center pixels together with the four orthogonal neighbors.classDiskStrelDisk structuring element.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.Methods in inra.ijpb.morphology.strel that return InPlaceStrel3D Modifier and Type Method Description InPlaceStrel3DInPlaceStrel3D. reverse()The reverse structuring element of an InPlaceStrel is also an InPlaceStrel.Methods in inra.ijpb.morphology.strel that return types with arguments of type InPlaceStrel3D Modifier and Type Method Description java.util.Collection<InPlaceStrel3D>CubeStrel. decompose()Returns a collection of three linear-shape structuring element, along each principal direction.java.util.Collection<InPlaceStrel3D>CuboidStrel. decompose()Returns a collection of three linear-shape structuring element, along each principal direction.java.util.Collection<InPlaceStrel3D>SeparableStrel3D. decompose()Decompose this separable structuring element into a set of smaller structuring elements that can be used to accelerate processing.