Documentation
¶
Index ¶
- func BoxBlur(src image.Image) image.Image
- func BoxBlurNTimes(src image.Image, iterations int) image.Image
- func Convolve(src image.Image, f func(x, y int, values []color.Color))
- func ConvolveArray[T any](arr [][]T, f func(x, y int, kernel []T))
- func GaussianBlur(src image.Image) image.Image
- func SimpleEdgeTest(kernel []color.Color) bool
- func ToNormal(src image.Image) image.Image
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvolveArray ¶ added in v0.9.0
func SimpleEdgeTest ¶ added in v0.9.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.