We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17e9e65 commit 1e85a32Copy full SHA for 1e85a32
_episodes/06-blurring.md
@@ -364,7 +364,7 @@ plt.imshow(blurred)
364
365
The Gaussian blur is a way to apply a low-pass filter in skimage.
366
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
+For other kinds of noise, e.g. "salt and pepper", a
368
median filter is typically used.
369
See [the `skimage.filters` documentation](https://scikit-image.org/docs/dev/api/skimage.filters.html#module-skimage.filters)
370
for a list of available filters.
0 commit comments