blur

Applies blur.

  1. Image blur(Image image, float r)
  2. Image blur(Image image, int width, int height, float r)
  3. Image blur(Image image, float[][] otherKernel)
    @trusted
    blur
    (
    int Type = WithoutParallel
    )
    (,
    float[][] otherKernel
    )

Parameters

Type

Operation type.

image Image

Image.

otherKernel float[][]

Filter kernel.

Meta