public static class RMImageEffect.BoxKernel
extends java.awt.image.Kernel
| Constructor and Description |
|---|
BoxKernel(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[] |
getBoxKernel(int radius)
Returns kernel for a boxy blur convolve.
|