daffodil.filter.convolve

Undocumented in source.

Members

Functions

convolved
auto convolved(Image!V image, real[] matrix, int width, int[2] center)
auto convolved(Image!V image, real[] matrix, int center)
auto convolved(Image!V image, real[] matrix)

Convolve a flat 2D matrix with a given center over an image and return the result.

Meta