From d82ae4dd95b3184cb09617c04969d7e5483ffdc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Tue, 25 Dec 2012 11:36:48 +0100 Subject: [PATCH] Add note about multichannel parameter --- skimage/filter/_denoise.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/skimage/filter/_denoise.py b/skimage/filter/_denoise.py index 07f3c58f..e26f8387 100644 --- a/skimage/filter/_denoise.py +++ b/skimage/filter/_denoise.py @@ -200,6 +200,8 @@ def denoise_tv_chambolle(im, weight=50, eps=2.e-4, n_iter_max=200, Notes ----- + Make sure to set the multichannel parameter appropriately for color images. + The principle of total variation denoising is explained in http://en.wikipedia.org/wiki/Total_variation_denoising