Skip to main content
. Author manuscript; available in PMC: 2017 Nov 3.
Published in final edited form as: IEEE Trans Med Imaging. 2010 Jun 7;29(9):1652–1663. doi: 10.1109/TMI.2010.2049526

Algorithm 1.

Point matching algorithm for initial dental alignment

t0, RI
for β = βini to βmax do
while ε0<ε0 or the number of executions <I0 do
  mij ← exp[β(α − ||pitRqj||2)]
  ijmij; (Initialization of ij)
  while ε1<ε1 or the number of executions <I1 do
    mij(mij)/(i=0Nmij), ∀j; (Row normalization)
    mij(mij)/(j=0Kmij), ∀i; (Column normalization)
  end while
  mijij
  Calculate R and t using mij
   nvRnv
  if nuTnv>0 then
   − RR
  end if
end while
ββincrβ
end for