static void |
ConvolveFilter.convolve(Kernel kernel,
int[] inPixels,
int[] outPixels,
int width,
int height) |
static void |
ConvolveFilter.convolve(Kernel kernel,
int[] inPixels,
int[] outPixels,
int width,
int height,
boolean alpha) |
static void |
ConvolveFilter.convolveH(Kernel kernel,
int[] inPixels,
int[] outPixels,
int width,
int height,
boolean alpha)
Convolve with a kernel consisting of one row
|
static void |
ConvolveFilter.convolveHV(Kernel kernel,
int[] inPixels,
int[] outPixels,
int width,
int height,
boolean alpha)
Convolve with a 2D kernel
|
static void |
ConvolveFilter.convolveV(Kernel kernel,
int[] inPixels,
int[] outPixels,
int width,
int height,
boolean alpha)
Convolve with a kernel consisting of one column
|
void |
ConvolveFilter.setKernel(Kernel kernel) |