Skip to main content
. 2016 Jun 1;16(6):807. doi: 10.3390/s16060807
Algorithm 1 Iterative algorithm to compute the inverse distortion
Require: point Pn
Pc=Pn
repeat
  r=||Pc||
  dr=1+k2r2+k4r4+...
  Pc=Pn/dr
until Convergence of Pc
return Pc