Skip to content

Commit d78deec

Browse files
authored
Merge pull request #244 from christophernhill/cnh/clarify-median-filter-wording-issue240
Clarify median filter role wording
2 parents 17e9e65 + 1e85a32 commit d78deec

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)