Class RMImageEffect.BoxKernel
java.lang.Object
java.awt.image.Kernel
com.inductiveautomation.rm.graphics.RMImageEffect.BoxKernel
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- RMImageEffect
A kernel class for box filters (really?).
-
Constructor Summary
ConstructorsConstructorDescriptionBoxKernel
(int radius) Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel. -
Method Summary
Modifier and TypeMethodDescriptionstatic float[]
getBoxKernel
(int radius) Returns kernel for a boxy blur convolve.Methods inherited from class java.awt.image.Kernel
clone, getHeight, getKernelData, getWidth, getXOrigin, getYOrigin
-
Constructor Details
-
BoxKernel
public BoxKernel(int radius) Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
-
-
Method Details
-
getBoxKernel
public static float[] getBoxKernel(int radius) Returns kernel for a boxy blur convolve.
-