Skip to main content
. 2023 Aug 30;23(17):7529. doi: 10.3390/s23177529
Algorithm 1: The proposed destriping model with Fast ADMM
Input: Degraded image g and related parameter λ1, λ2, α1, α2, and α3
1: Initialize: Set u(0)=Mi(0)=Mia(0)=Qi(0)=Qia(0)=0 (i=1,2,3), ηi(0)=1, ε=104, nmax=200.
2: While: u(k+1)u(k)22u(k)22<ε and n<nmax
3: update u(k+1) by using Equation (13)
4: update M1(k+1), M2(k+1), and M3(k+1) by using Equations (17), (21) and (24)
5: update Q1(k+1), Q2(k+1), and Q3(k+1) by using Equations (25)–(27)
6: update Zi(k+1) by using Equation (28)
7: if Zi(k+1)<μZi(k), i=1,2,3 then
8: update ηi(k+1), Mia(k+1) and Qia(k+1) by using Equations (29)–(31)
9: else
10: ηi(k+1)=1, Mia(k+1)=Mi(k+1), Qia(k+1)=Qi(k+1), Zi(k+1)=μ1Zi(k), i=1,2,3
11: end if
12: n=n+1
13: End While
Output: Destriped image u