Package panoramajoinner.linefollowers
Class Sobel
- java.lang.Object
-
- panoramajoinner.linefollowers.Sobel
-
public class Sobel extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Sobel.Direction
-
Constructor Summary
Constructors Constructor Description Sobel()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.awt.image.BufferedImage
processImage(java.awt.image.BufferedImage image, java.lang.Integer treshold, Sobel.Direction direction)
-
-
-
Method Detail
-
processImage
public static java.awt.image.BufferedImage processImage(java.awt.image.BufferedImage image, java.lang.Integer treshold, Sobel.Direction direction)
-
-