gaussianBlurred

Return a copy of `image` with a gaussian blur applied across axies `axis` with a given standard deviation and the number of standard deviations to stop at.

gaussianBlurred
(
string axis = "xy"
V
)
(
const Image!V image
,
real stDev = 1
,
real maxDev = 3
)

Meta