Class RMImageEffect.GaussianKernel
- java.lang.Object
- 
- java.awt.image.Kernel
- 
- com.inductiveautomation.rm.graphics.RMImageEffect.GaussianKernel
 
 
- 
- All Implemented Interfaces:
- java.lang.Cloneable
 - Enclosing class:
- RMImageEffect
 
 public static class RMImageEffect.GaussianKernel extends java.awt.image.KernelExtends Kernel with constructor which takes Kernel size and automatically generates a gaussian matrix.
- 
- 
Constructor SummaryConstructors Constructor Description GaussianKernel(int radius)Creates Kernel with number of pixels, on each size, which are taken into account by the Kernel.
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static float[]getGaussianKernel(int radius)Returns kernel for a Gaussian blur convolve.
 
-