Package | Description |
---|---|
panoramajoinner.linefollowers |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static java.awt.image.BufferedImage |
Sobel.processImage(java.awt.image.BufferedImage image,
java.lang.Integer treshold,
Sobel.Direction direction) |