Uses of Enum
panoramajoinner.linefollowers.Sobel.Direction
Packages that use Sobel.Direction
-
Uses of Sobel.Direction in panoramajoinner.linefollowers
Subclasses with type arguments of type Sobel.Direction in panoramajoinner.linefollowersMethods in panoramajoinner.linefollowers that return Sobel.DirectionModifier and TypeMethodDescriptionstatic Sobel.Direction
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.DirectionModifier and TypeMethodDescriptionstatic BufferedImage
Sobel.processImage
(BufferedImage image, Integer treshold, Sobel.Direction direction)