Uses of Class
inra.ijpb.plugins.Connectivity2D
Package | Description |
---|---|
inra.ijpb.plugins |
Contains plugins, for integration with ImageJ GUI.
|
-
Uses of Connectivity2D in inra.ijpb.plugins
Methods in inra.ijpb.plugins that return Connectivity2D Modifier and Type Method Description static Connectivity2D
Connectivity2D. fromLabel(java.lang.String label)
Determines the connectivity type from its label.static Connectivity2D
Connectivity2D. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Connectivity2D[]
Connectivity2D. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in inra.ijpb.plugins with parameters of type Connectivity2D Modifier and Type Method Description ij.process.ImageProcessor
ExtendedMinAndMaxPlugin.Operation. apply(ij.process.ImageProcessor image, int dynamic, Connectivity2D connectivity)
Applies this operation to the specified image.ij.process.ImageProcessor
RegionalMinAndMaxPlugin.Operation. apply(ij.process.ImageProcessor image, Connectivity2D connectivity)
Process to image given as argument.ij.process.ImageProcessor
ImposeMinAndMaxPlugin.Operation. applyTo(ij.process.ImageProcessor image, ij.process.ImageProcessor markers, Connectivity2D conn)
Process to image given as argument.ij.process.ImageProcessor
MorphologicalReconstructionPlugin.Operation. applyTo(ij.process.ImageProcessor marker, ij.process.ImageProcessor mask, Connectivity2D conn)
Process to image given as argument.