gis-tools-ts - v0.6.0
    Preparing search index...

    Function convolveImage

    • Convolve an image with a filter

      Parameters

      • source: Uint8ClampedArray

        the source image

      • dest: Uint8ClampedArray

        the destination image

      • sw: number

        source width

      • sh: number

        source height

      • dw: number

        destination width

      • filters: Int16Array

        image filter

      Returns void