//
pkg.gl
Category
github.com/anthonynsimon/bild
convolution
package
0.14.0
Repository:
https://github.com/anthonynsimon/bild.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
5
Dependents
10
Files
196 SLOC
#
Functions
Convolve
Convolve applies a convolution matrix (kernel) to an image with the supplied options.
NewKernel
NewKernel returns a kernel of the provided length.
#
Structs
Kernel
Kernel to be used as a convolution matrix.
Options
Options are the Convolve function parameters.
#
Interfaces
Matrix
Matrix interface.