Modifier and Type | Field and Description |
---|---|
static float[] |
HORIZONTAL_KERNEL |
static float[] |
VERTICAL_KERNEL |
Constructor and Description |
---|
Sobel() |
Modifier and Type | Method and Description |
---|---|
BufferedImage |
filter(BufferedImage input)
Performs the filter operation on the passed image
|
void |
filter(int width,
int height,
short[] source,
short[] target) |
public static float[] HORIZONTAL_KERNEL
public static float[] VERTICAL_KERNEL
public BufferedImage filter(BufferedImage input)
Filter
Copyright © 2015–2021 Fiji. All rights reserved.