|
Algorithm 1: General DP-ADMM approach for image restoration variational models of the TV-KL form in (8) and (9) and automatic selection of via DP. |
|
inputs: observed degraded image , emission background , blur and regularization operators ,
|
|
output: estimated restored image |
| 1. initialise: set
|
| 2. for
k = 0, 1, 2, until convergence
do: |
| 3. compute
|
by (61) and (62) |
| 4. compute
|
by (63) |
| 5. compute
|
by (49) |
| 6. compute
|
by (51) |
| 7. compute
|
by (53) |
| 8. compute
|
by (45)–(47) |
| 9. end for
|
| 10.
|