blur

Apolies blur.

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

Parameters

Type

Operation type.

image Image

Image.

width int

gaus kernel width.

height int

gaus kernel height.

r float

radius gaus kernel.

Meta