Wording changes

This commit is contained in:
kdpenner 2021-06-15 12:11:46 -04:00
parent ce9cea94ed
commit 4433ff0ffd

View File

@ -149,8 +149,9 @@ class ModeFilter(Filter):
class GaussianBlur(MultibandFilter):
"""Blurs the image with an extended box filter, which approximates a
Gaussian kernel.
"""Blurs the image with a sequence of extended box filters, which
approximates a Gaussian kernel. For details on accuracy see
<https://www.mia.uni-saarland.de/Publications/gwosdek-ssvm11.pdf>
:param radius: Standard deviation of the Gaussian kernel.
"""