Skip to content

Commit abe7265

Browse files
add documentation for denoising problem
1 parent ea5d0f7 commit abe7265

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/denoising_data.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ export generate_uniform_blur, generate_gaussian_blur
33
"""
44
Implementation of the denoising problem described in
55
6+
Stella, L., Themelis, A. & Patrinos, P.
7+
Forward–backward quasi-Newton methods for nonsmooth optimization problems.
8+
Comput Optim Appl 67, 443–487 (2017). https://doi.org/10.1007/s10589-017-9912-y
9+
10+
and adapted from the original implementation in Python by the authors of the paper:
11+
612
Chouzenoux, E., Martin, S. & Pesquet, JC.
713
A Local MM Subspace Method for Solving Constrained Variational Problems in Image Recovery.
814
J Math Imaging Vis 65, 253–276 (2023). https://doi.org/10.1007/s10851-022-01112-z

0 commit comments

Comments
 (0)