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 SummaryConstructorsConstructorDescriptionBoxKernel(int radius) Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
- 
Method SummaryModifier and TypeMethodDescriptionstatic float[]getBoxKernel(int radius) Returns kernel for a boxy blur convolve.Methods inherited from class java.awt.image.Kernelclone, getHeight, getKernelData, getWidth, getXOrigin, getYOrigin
- 
Constructor Details- 
BoxKernelpublic BoxKernel(int radius) Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
 
- 
- 
Method Details- 
getBoxKernelpublic static float[] getBoxKernel(int radius) Returns kernel for a boxy blur convolve.
 
-