daffodil ~master (2017-01-29T03:12:49Z)
Dub
Repo
daffodil.filter.convolve
daffodil
filter
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
Source
See Source File
daffodil
filter
modules
convolve
gaussian