From 81d88b8cc3a4a1b35ad3e6c29cf02ef95cd94331 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Sch=C3=B6nberger?= Date: Thu, 27 Dec 2012 08:44:50 +0100 Subject: [PATCH] Include more information about reference papers --- skimage/filter/_denoise_cy.pyx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/skimage/filter/_denoise_cy.pyx b/skimage/filter/_denoise_cy.pyx index 47e2a6d5..8ebf5c73 100644 --- a/skimage/filter/_denoise_cy.pyx +++ b/skimage/filter/_denoise_cy.pyx @@ -212,8 +212,12 @@ def denoise_tv_bregman(image, double weight, int max_iter=100, double eps=1e-3): References ---------- .. [1] http://en.wikipedia.org/wiki/Total_variation_denoising - .. [2] ftp://ftp.math.ucla.edu/pub/camreport/cam08-29.pdf - .. [3] http://www.ipol.im/pub/art/2012/g-tvd/article_lr.pdf + .. [2] Tom Goldstein and Stanley Osher, "The Split Bregman Method For L1 + Regularized Problems", + ftp://ftp.math.ucla.edu/pub/camreport/cam08-29.pdf + .. [3] Pascal Getreuer, "Rudin–Osher–Fatemi Total Variation Denoising + using Split Bregman" in Image Processing On Line on 2012–05–19, + http://www.ipol.im/pub/art/2012/g-tvd/article_lr.pdf """