Class FactoryConvolveSparse.Horizontal1D_F32

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

public static class FactoryConvolveSparse.Horizontal1D_F32 extends ImageConvolveSparse<GrayF32,Kernel1D_F32>
  • Constructor Details

    • Horizontal1D_F32

      public Horizontal1D_F32(Kernel1D_F32 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.