Modifier and Type | Field and Description |
---|---|
static float[] |
GAUSSIAN_SMOOTH_KERNEL |
static float[] |
LAPLACE_EDGE_KERNEL |
Constructor and Description |
---|
ConvolutionFilter(float[] kernel)
Creates a new instance of SimpleEdgeDetect
|
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)
Calls filter(BufferedImage) to do the processing.
|
public static float[] LAPLACE_EDGE_KERNEL
public static float[] GAUSSIAN_SMOOTH_KERNEL
public ConvolutionFilter(float[] kernel)
public BufferedImage filter(BufferedImage input)
Filter
Copyright © 2015–2021 Fiji. All rights reserved.