Algorithm 1 ADMM for Subproblem (6). |
-
1:
Input: Blur kernel , blurred image gradient , , , and .
-
2:
Initialize: , and .
-
3:
.
-
4:
while (not converged and ) do
-
5:
Compute according to (10).
-
6:
Compute according to (13).
-
7:
Update Lagrangian multiplier and parameter: and .
-
8:
Check convergence condition:
-
9:
end while
-
10:
.
|