Fix typo in denoise_tv_bregman doc string

This commit is contained in:
Johannes Schönberger
2012-12-25 11:00:38 +01:00
parent f2840ba906
commit dfd8cb4fc2
+1 -1
View File
@@ -183,7 +183,7 @@ def denoise_tv_bregman(image, double weight, int max_iter=100, double eps=1e-3):
"""Perform total-variation denoising using split-Bregman optimization.
Total-variation denoising (also know as total-variation regularization)
tries to find an image with less total total-variation under the constraint
tries to find an image with less total-variation under the constraint
of being similar to the input image, which is controlled by the
regularization parameter.