Class FactoryConvolveSparse.Vertical1D_I32

java.lang.Object
boofcv.abst.filter.convolve.ImageConvolveSparse<GrayF32,Kernel1D_S32>
boofcv.factory.filter.convolve.FactoryConvolveSparse.Vertical1D_I32
All Implemented Interfaces:
ImageFunctionSparse<GrayF32>
Enclosing class:
FactoryConvolveSparse

public static class FactoryConvolveSparse.Vertical1D_I32 extends ImageConvolveSparse<GrayF32,Kernel1D_S32>
  • Constructor Details

    • Vertical1D_I32

      public Vertical1D_I32(Kernel1D_S32 kernel)
  • Method Details

    • compute

      public double compute(int x, int y)
      Description copied from interface: ImageFunctionSparse
      Compute the output of the function at the specified location.
      Parameters:
      x - pixel coordinate the function is be centered at.
      y - pixel coordinate the function is be centered at.
      Returns:
      The function's output.