Class Kernel2D

java.lang.Object
boofcv.struct.convolve.KernelBase
boofcv.struct.convolve.Kernel2D
Direct Known Subclasses:
Kernel2D_F32, Kernel2D_F64, Kernel2D_S32

public abstract class Kernel2D extends KernelBase
Base type for 2D convolution kernels
  • Constructor Details

    • Kernel2D

      protected Kernel2D(int width, int offset)
    • Kernel2D

      protected Kernel2D(int width)
    • Kernel2D

      protected Kernel2D()
  • Method Details

    • getDimension

      public int getDimension()
      Description copied from class: KernelBase
      Returns the dimension of this kernel, 1D or 2D.
      Specified by:
      getDimension in class KernelBase
      Returns:
      Kernel's dimension
    • getDouble

      public abstract double getDouble(int x, int y)