Research Article

Efficient and Effective Total Variation Image Super-Resolution: A Preconditioned Operator Splitting Approach

Algorithm 2

Input: 𝑠 = 𝑘 𝑀 𝑇 𝑘 𝑆 𝑇 𝑦 𝑘 , 𝑅 = 𝑘 𝑀 𝑇 𝑘 𝑆 𝑇 𝑆 𝑀 𝑘 , 𝐵 , t o l e r a n c e 𝜁 s t o p , 𝛾 ] 0 , 2 / 𝛽 [ , and 𝛼 , 𝜇 > 0 .
Initialize: 𝑧 0 = 𝐵 1 𝑅 1 𝑠 , 𝜆 0 = 0 , and 𝑛 = 0 .
Do
( 1 ) Compute 𝑤 𝑛 + 1 according to (3.17) for fixed ( 𝑧 𝑛 , 𝜆 𝑛 ) .
( 2 ) Compute 𝑧 𝑛 + 1 according to (3.20) for fixed ( 𝑤 𝑛 + 1 , 𝜆 𝑛 ) .
( 3 ) Update 𝜆 𝑛 + 1 according to (3.15).
( 4 ) 𝑛 = 𝑛 + 1 .
Until 𝑧 𝑛 + 1 𝑧 𝑛 / 𝑧 𝑛 + 1 𝜁 s t o p .