Versions in this module Expand all Collapse all v0 v0.5.0 Aug 27, 2016 Changes in this version + func Convolve(img image.Image, k Matrix, o *Options) *image.RGBA + type Kernel struct + Height int + Matrix []float64 + Width int + func NewKernel(width, height int) *Kernel + func (k *Kernel) Absum() float64 + func (k *Kernel) At(x, y int) float64 + func (k *Kernel) MaxX() int + func (k *Kernel) MaxY() int + func (k *Kernel) Normalized() Matrix + func (k *Kernel) String() string + type Matrix interface + At func(x, y int) float64 + MaxX func() int + MaxY func() int + Normalized func() Matrix + type Options struct + Bias float64 + CarryAlpha bool + Wrap bool