Algorithm 3 ADMM for the -TGV Model (20). |
-
1:
Input: Blurred image , blur kernel k (i.e., in Section 3), , , , , , , and .
-
2:
Initialize: , , , , and .
-
3:
while (not converged and ) do
-
4:
Compute according to .
-
5:
Compute according to .
-
6:
Compute according to .
-
7:
Compute according to
-
8:
Update Lagrangian multipliers :
-
9:
Check convergence condition:
-
10:
end while
-
11:
Output: Deblurred image .
|