Skip to main content
. 2019 Nov 23;19(23):5139. doi: 10.3390/s19235139
Algorithm 2 Super-resolution using RED-HOGS4
Initialize:ρ, μ, N
WhilePSNRFk+1,GPSNRFk,G22>tol
  1. compute Fk+1=argminF12WFG22+ρ2FZk+Yk22

  2. compute Z˜1=Zk

  3. forj=1,2,,N

  4. compute Z^j=fHOGS4Z˜j

  5. compute Z˜j+1=μμ+ρZ^j+ρμ+ρFk+1+Yk

  6. endfor

  7. compute Zk+1=Z˜N

  8. compute Yk+1=Yk+γρFk+1Zk+1


End While