Skip to main content
. 2019 May 8;19(9):2124. doi: 10.3390/s19092124
Algorithm 1: Intensity-Assisted ICP
Input: Source frame <P1, I1> and target frame <P2, I2>, the search criteria Cθ, Cx, Cy, the search step Sθ, Sx, Sy
Output: Convergence transformation Tfinal
get sampled point cloud from P1, P2 with Section 3.1
get Cθ, Cx, Cy, Sθ, Sx, Sy with Algorithm 2
n = 1
for θ = −Cθ: Sθ: Cθ do
for x = −Cx: Sx: Cx do
  for y = −Cy: Sy: Cy do
  get the SCORE(I) and SCORE(G) with un produced by θ, x, y
  n++
  end for
end for
end for
get uoptimal with Section 3.2
T0 = uoptimal
Anderson acceleration begin with T0 between P1, P2
when convergence criteria is true, return Tfinal