Uses of Class
panoramajoinner.linefollowers.Sobel.Direction
-
Packages that use Sobel.Direction Package Description panoramajoinner.linefollowers -
-
Uses of Sobel.Direction in panoramajoinner.linefollowers
Methods in panoramajoinner.linefollowers that return Sobel.Direction Modifier and Type Method Description static Sobel.Direction
Sobel.Direction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Sobel.Direction[]
Sobel.Direction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in panoramajoinner.linefollowers with parameters of type Sobel.Direction Modifier and Type Method Description static java.awt.image.BufferedImage
Sobel. processImage(java.awt.image.BufferedImage image, java.lang.Integer treshold, Sobel.Direction direction)
-