Skip to main content
. 2016 Feb 24;7(3):1015–1029. doi: 10.1364/BOE.7.001015

Table 1. Main steps of AFTV-SIR.

Algorithm of AFTV-SIR
Preparation:
Obtain μTV by performing Chambolle-Pock algorithm [40] on the noisy reconstruction μFBP;
Compute the residual image vTV=μμTV;
Compute the global variance σˆ2 and local variance PvTV;
Compute α with Eq. (17);
Initialization:
Given, λ, ε, Nite, τ,
Set μ0=0, t=0
Main Loop:
while t<Nite and d>τ
    Update μt with μt1 using Eq. (8);
    d=μtμt122/J;
    t=t+1;
end