gausKernel

Generates a gauss matrix.

  1. float[][] gausKernel(int width, int height, float sigma)
  2. float[][] gausKernel(float r)
    @safe nothrow pure
    float[][]
    gausKernel
    (
    float r
    )

Parameters

r float

Radiuos gaus.

Meta