Skip to content

Commit 1e85a32

Browse files
author
Christopher
committed
Clarify median filter role wording
1 parent 17e9e65 commit 1e85a32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/06-blurring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ plt.imshow(blurred)
364364
365365
The Gaussian blur is a way to apply a low-pass filter in skimage.
366366
It is often used to remove Gaussian (i. e., random) noise from the image.
367-
For other kinds of noise, e.g. "salt and pepper" or "static" noise, a
367+
For other kinds of noise, e.g. "salt and pepper", a
368368
median filter is typically used.
369369
See [the `skimage.filters` documentation](https://scikit-image.org/docs/dev/api/skimage.filters.html#module-skimage.filters)
370370
for a list of available filters.

0 commit comments

Comments
 (0)