Uses of Class
inra.ijpb.morphology.Morphology.Operation
Package | Description |
---|---|
inra.ijpb.morphology |
Mathematical Morphology filters and reconstructions.
|
inra.ijpb.plugins |
Contains plugins, for integration with ImageJ GUI.
|
-
Uses of Morphology.Operation in inra.ijpb.morphology
Methods in inra.ijpb.morphology that return Morphology.Operation Modifier and Type Method Description static Morphology.Operation
Morphology.Operation. fromLabel(java.lang.String opLabel)
Determines the operation type from its label.static Morphology.Operation
Morphology.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Morphology.Operation[]
Morphology.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Morphology.Operation in inra.ijpb.plugins
Methods in inra.ijpb.plugins with parameters of type Morphology.Operation Modifier and Type Method Description ij.ImagePlus
MorphologicalFilterPlugin. exec(ij.ImagePlus image, Morphology.Operation op, Strel strel)
Deprecated.use the process method insteadij.ImagePlus
MorphologicalFilter3DPlugin. process(ij.ImagePlus image, Morphology.Operation op, Strel3D strel)
Applies the given operation to the given image.ij.ImagePlus
MorphologicalFilterCross3DPlugin. process(ij.ImagePlus image, Morphology.Operation op, Strel3D strel)
Applies the given operation to the given image.ij.ImagePlus
MorphologicalFilterPlugin. process(ij.ImagePlus image, Morphology.Operation op, Strel strel)
Applies the specified morphological operation with specified structuring element to the input image.