daffodil.filter.convolve

Members

Functions

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

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

Meta