Package panoramajoinner.linefollowers
Class Sobel
java.lang.Object
panoramajoinner.linefollowers.Sobel
public class Sobel
extends java.lang.Object
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic java.awt.image.BufferedImage
processImage
(java.awt.image.BufferedImage image, java.lang.Integer treshold, Sobel.Direction direction) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Sobel
public Sobel()
-
-
Method Details
-
processImage
public static java.awt.image.BufferedImage processImage(java.awt.image.BufferedImage image, java.lang.Integer treshold, Sobel.Direction direction)
-