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 interface
InPlaceStrel
A 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 class
AbstractInPlaceStrel
Implementation stub for in place Structuring elements.class
AbstractInPlaceStrel3D
Implementation stub for in place 3D Structuring elements.class
Cross3x3Strel
Structuring element representing a 3x3 cross, that considers the center pixels together with the four orthogonal neighbors.class
DiskStrel
Disk structuring element.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.Methods in inra.ijpb.morphology.strel that return InPlaceStrel3D Modifier and Type Method Description InPlaceStrel3D
InPlaceStrel3D. 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.