Versions in this module Expand all Collapse all v1 v1.0.1 May 31, 2021 v1.0.0 Jan 29, 2016 Changes in this version + func Convolve(dst draw.Image, src image.Image, k Kernel) (err error) + type Kernel interface + Weights func() []float64 + func NewKernel(w []float64) (Kernel, error) + type SeparableKernel struct + X []float64 + Y []float64 + func (k *SeparableKernel) Weights() []float64