public static class RMImageEffect.GaussianKernel
extends java.awt.image.Kernel
| Constructor and Description |
|---|
GaussianKernel(int radius)
Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
|
| Modifier and Type | Method and Description |
|---|---|
static float[] |
getGaussianKernel(int radius)
Returns kernel for a Gaussian blur convolve.
|