Function rawDirectConvolution

  • Compute direct convolution of an image and return an array with the raw values.

    Parameters

    • image: Image

      Image to process.

    • kernel: number[][]

      2D kernel used for the convolution.

    • options: ConvolutionOptions = {}

      Convolution options.

    Returns Float64Array

    Array with the raw convoluted values.