Class ImplConvolveMean_MT

java.lang.Object
boofcv.alg.filter.convolve.noborder.ImplConvolveMean_MT

@Generated("boofcv.alg.filter.convolve.noborder.ImplConvolveMean") public class ImplConvolveMean_MT extends Object

Convolves a mean filter across the image. The mean value of all the pixels are computed inside the kernel.

DO NOT MODIFY. Automatically generated code created by GenerateImplConvolveMean

  • Constructor Details

    • ImplConvolveMean_MT

      public ImplConvolveMean_MT()
  • Method Details

    • horizontal

      public static void horizontal(GrayU8 input, GrayI8 output, int offset, int length)
    • vertical

      public static void vertical(GrayU8 input, GrayI8 output, int offset, int length, @Nullable @Nullable GrowArray<DogArray_I32> workspaces)
    • horizontal

      public static void horizontal(GrayS16 input, GrayI16 output, int offset, int length)
    • vertical

      public static void vertical(GrayS16 input, GrayI16 output, int offset, int length, @Nullable @Nullable GrowArray<DogArray_I32> workspaces)
    • horizontal

      public static void horizontal(GrayU16 input, GrayI16 output, int offset, int length)
    • vertical

      public static void vertical(GrayU16 input, GrayI16 output, int offset, int length, @Nullable @Nullable GrowArray<DogArray_I32> workspaces)
    • horizontal

      public static void horizontal(GrayF32 input, GrayF32 output, int offset, int length)
    • vertical

      public static void vertical(GrayF32 input, GrayF32 output, int offset, int length, @Nullable @Nullable GrowArray<DogArray_F32> workspaces)
    • horizontal

      public static void horizontal(GrayF64 input, GrayF64 output, int offset, int length)
    • vertical

      public static void vertical(GrayF64 input, GrayF64 output, int offset, int length, @Nullable @Nullable GrowArray<DogArray_F64> workspaces)