public class Sobel
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Sobel.Direction |
| Constructor and Description |
|---|
Sobel() |
| Modifier and Type | Method and Description |
|---|---|
static java.awt.image.BufferedImage |
processImage(java.awt.image.BufferedImage image,
java.lang.Integer treshold,
Sobel.Direction direction) |
public static java.awt.image.BufferedImage processImage(java.awt.image.BufferedImage image,
java.lang.Integer treshold,
Sobel.Direction direction)