Input: {Ii, i = 1, 2, …, N}: original serial images
|
Output:
: registered serial images
|
Operator:
|
1: |
Compute reference image index
|
2: |
Compute
, and
by Eqn (2) and (3), respectively |
3: |
for all
i ∈ (i* − 1, i* − 2, …, 1) do
|
4: |
for all
do
|
5: |
Set (X1, X2) ← (x1, x2) |
6: |
Set j ← i* − 1 |
7: |
while
j ≥ i
do
|
8: |
Local deformation:
|
9: |
j ← j − 1 |
10: |
|
11: |
for all
i ∈ (i* + 1, …, N) do
|
12: |
for all (x1, x2) ∈ Ω (Ii*) do
|
13: |
Set (X1, X2) ← (x1, x2) |
14: |
Set j ← i* + 1 |
15: |
while
j ≤ i
do
|
16: |
Local deformation:
|
17: |
j ← j + 1 |
18: |
|