From 108cbf90f8cbc48d5dc98e2c8d2be88f02c89735 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Tue, 16 Oct 2012 17:34:49 +0200 Subject: [PATCH] Fix typo in doc string of biliteral filter --- skimage/filter/denoise.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skimage/filter/denoise.py b/skimage/filter/denoise.py index 50ca0247..f5c9e0ee 100644 --- a/skimage/filter/denoise.py +++ b/skimage/filter/denoise.py @@ -247,7 +247,7 @@ def denoise_bilateral(image, win_size=5, sigma_color=1, sigma_range=1, bins=1e4, """Denoise image using bilateral filter. This is an edge-preserving and noise reducing denoising filter. It averages - pixel based on their spatial closeness and radiometric similarity. + pixels based on their spatial closeness and radiometric similarity. Spatial closeness is measured by the gaussian function of the euclidian distance between two pixels and a certain standard deviation