1: |
initial: µ(0)
|
2: |
initial: Δ t1, Δ t2, ε1, ε2 and ε3; |
3: |
caculate the initial vectors u and v from µ(0); |
4: |
while stop criterion is not met; |
5: |
for n =1,2,…, N; (TFS) |
6: |
calculate τn,
|
7: |
end for; |
8: |
for j 1, 2,…, J; (POCS) |
9: |
if j==1; |
10: |
µ(j):=SART(µ(0),ω); |
11: |
else µ(j) :=SART(µ( j-1),ω); |
12: |
end if; |
13: |
end for; |
14: |
if, then
|
15: |
else
|
16: |
end if; |
17: |
for i = 1, 2,…, I; (Image Fitting) |
18: |
calculate n1, n2,
|
19: |
|
20: |
end for; |
21: |
end if stop criterion is satisfy. |