gausKernel

Generates a gauss matrix.

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

Parameters

width int

Matrix width.

height int

Matrix height.

sigma float

Radious gaus.

Return: Matrix

Meta