convolve

Convolve an image with a kernel

  1. SuperImage convolve(SuperImage img, SuperImage outp, float[] kernel, uint kw, uint kh, float divisor, float offset, bool normalize, bool useAlpha)
  2. SuperImage convolve(SuperImage img, float[] kernel, uint kw, uint kh, float divisor, float offset, bool normalize, bool useAlpha)
    convolve
    (,
    float[] kernel
    ,
    uint kw = 3
    ,
    uint kh = 3
    ,
    float divisor = 1.0f
    ,
    float offset = 0.5f
    ,
    bool normalize = true
    ,
    bool useAlpha = true
    )

Meta