Class InplaceBoxBlurFilter


  • public final class InplaceBoxBlurFilter
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void horizontalPass​(@NotNull java.awt.image.Raster src, @NotNull java.awt.image.WritableRaster dst, int skipX, int skipY, int boxSize, int loc)  
      static void verticalPass​(@NotNull java.awt.image.Raster src, @NotNull java.awt.image.WritableRaster dst, int skipX, int skipY, int boxSize, int loc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InplaceBoxBlurFilter

        private InplaceBoxBlurFilter()
    • Method Detail

      • horizontalPass

        public static void horizontalPass​(@NotNull
                                          @NotNull java.awt.image.Raster src,
                                          @NotNull
                                          @NotNull java.awt.image.WritableRaster dst,
                                          int skipX,
                                          int skipY,
                                          int boxSize,
                                          int loc)
      • verticalPass

        public static void verticalPass​(@NotNull
                                        @NotNull java.awt.image.Raster src,
                                        @NotNull
                                        @NotNull java.awt.image.WritableRaster dst,
                                        int skipX,
                                        int skipY,
                                        int boxSize,
                                        int loc)