Algorithm 1.
Point matching algorithm for initial dental alignment
t ← 0, R ← I |
for β = βini to βmax do |
while or the number of executions <I0 do |
mij ← exp[β(α − ||pi − t − Rqj||2)] |
m̃ij ← mij; (Initialization of m̃ij) |
while or the number of executions <I1 do |
, ∀j; (Row normalization) |
, ∀i; (Column normalization) |
end while |
mij ← m̃ij |
Calculate R and t using mij |
if then |
− R ← R |
end if |
end while |
β ← βincrβ |
end for |