ixfx
    Preparing search index...

    Namespace Convolve2d

    Functions

    averageNumberReducer
    convolve
    convolveCell
    convolveImage

    Performs kernel-based convolution over image.

    convolveMutateGrid

    Performs kernel-based convolution over a grid, mutating the source grid with the results.

    kernel2dToArray

    For a given kernel, returns an array of offsets. These consist of a cell offset (eg {x:-1,y:-1}) and the value at that kernel position.

    multiply

    Multiply every element of kernel by the same scalar value. Returns new result, input is unmodified

    rgbReducer

    Type Aliases

    CellValueScalar
    Kernel
    Kernel2dArray
    KernelCompute
    KernelReduce

    Reduces an array of values to a single value. Returns undefined if no values are present.

    Variables

    boxBlurKernel
    edgeDetectionKernel
    gaussianBlur3Kernel
    gaussianBlur5Kernel
    identityKernel
    sharpenKernel
    unsharpMasking5Kernel