Include more information about reference papers

This commit is contained in:
Johannes Schönberger
2012-12-27 08:44:50 +01:00
parent d82ae4dd95
commit 81d88b8cc3
+6 -2
View File
@@ -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, "RudinOsherFatemi Total Variation Denoising
using Split Bregman" in Image Processing On Line on 20120519,
http://www.ipol.im/pub/art/2012/g-tvd/article_lr.pdf
"""