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 classAbstractInPlaceStrelImplementation stub for in place Structuring elements.classCross3x3StrelStructuring element representing a 3x3 cross, that considers the center pixels together with the four orthogonal neighbors.classDiskStrelDisk structuring element.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.Fields in inra.ijpb.morphology.strel declared as InPlaceStrel Modifier and Type Field Description static InPlaceStrelShiftedCross3x3Strel. LEFTA cross-shaped structuring element located on the left of the reference pixel.static InPlaceStrelShiftedCross3x3Strel. RIGHTA 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 InPlaceStrelCross3x3Strel. reverse()Returns this structuring element, as is is self-reverse.InPlaceStrelInPlaceStrel. 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()