Class RMImageEffect.BoxKernel

java.lang.Object
java.awt.image.Kernel
com.inductiveautomation.rm.graphics.RMImageEffect.BoxKernel
All Implemented Interfaces:
Cloneable
Enclosing class:
RMImageEffect

public static class RMImageEffect.BoxKernel extends Kernel
A kernel class for box filters (really?).
  • 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.