Uses of Interface
inra.ijpb.morphology.strel.InPlaceStrel
Package | Description |
---|---|
inra.ijpb.morphology.strel |
A collection of Structuring Element ("Strel") implementations for mathematical morphology.
|
-
Uses of InPlaceStrel in inra.ijpb.morphology.strel
Classes in inra.ijpb.morphology.strel that implement InPlaceStrel Modifier and Type Class Description class
AbstractInPlaceStrel
Implementation stub for in place 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
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.Fields in inra.ijpb.morphology.strel declared as InPlaceStrel Modifier and Type Field Description static InPlaceStrel
ShiftedCross3x3Strel. LEFT
A cross-shaped structuring element located on the left of the reference pixel.static InPlaceStrel
ShiftedCross3x3Strel. RIGHT
A cross-shaped structuring element located on the right of the reference pixel.Methods in inra.ijpb.morphology.strel that return InPlaceStrel Modifier and Type Method Description InPlaceStrel
Cross3x3Strel. reverse()
Returns this structuring element, as is is self-reverse.InPlaceStrel
InPlaceStrel. 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 InPlaceStrel Modifier and Type Method Description java.util.Collection<InPlaceStrel>
DiamondStrel. decompose()
java.util.Collection<InPlaceStrel>
OctagonStrel. decompose()
Returns a decomposition into four structuring elements, corresponding to horizontal, vertical, and diagonal linear structuring elements.java.util.Collection<InPlaceStrel>
SeparableStrel. decompose()
Decompose this separable structuring element into a set of smaller structuring elements that can be used to accelerate processing.java.util.Collection<InPlaceStrel>
SquareStrel. decompose()