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.OperationMorphology.Operation. fromLabel(java.lang.String opLabel)Determines the operation type from its label.static Morphology.OperationMorphology.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.ImagePlusMorphologicalFilterPlugin. exec(ij.ImagePlus image, Morphology.Operation op, Strel strel)Deprecated.use the process method insteadij.ImagePlusMorphologicalFilter3DPlugin. process(ij.ImagePlus image, Morphology.Operation op, Strel3D strel)Applies the given operation to the given image.ij.ImagePlusMorphologicalFilterCross3DPlugin. process(ij.ImagePlus image, Morphology.Operation op, Strel3D strel)Applies the given operation to the given image.ij.ImagePlusMorphologicalFilterPlugin. process(ij.ImagePlus image, Morphology.Operation op, Strel strel)Applies the specified morphological operation with specified structuring element to the input image.