ixfx
    Preparing search index...

    Namespace Convolve2d

    Functions

    convolve
    convolveCell
    convolveImage

    Performs kernel-based convolution over image.

    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

    Type Aliases

    CellValueScalar
    Kernel
    Kernel2dArray
    KernelCompute
    KernelReduce

    Variables

    boxBlurKernel
    edgeDetectionKernel
    gaussianBlur3Kernel
    gaussianBlur5Kernel
    identityKernel
    rgbReducer
    sharpenKernel
    unsharpMasking5Kernel