Skip to main content
. 2017 Jan 18;17(1):174. doi: 10.3390/s17010174
Algorithm 1 ADMM for Subproblem (6).
  • 1:

    Input: Blur kernel km, blurred image gradient y, τ=1.618, ρ=3, Imax=5 and ϵ=5×106.

  • 2:

    Initialize: φ0x=0, β1=0.03 and i=0.

  • 3:

    xm,0=xm.

  • 4:

    while (not converged and iImax) do

  • 5:

      Compute vi+1 according to (10).

  • 6:

      Compute xm,i+1 according to (13).

  • 7:

      Update Lagrangian multiplier and parameter: φi+1x=φixτβ1vi+1xm,i+1 and β1ρβ1.

  • 8:

      Check convergence condition: vi+1xm,i+1<ϵ

  • 9:

    end while

  • 10:

    xm+1=xm,Imax.