How is undistortPoints solved

asked 2017-05-09 10:01:10 -0600

apalomer gravatar image

updated 2017-05-09 11:35:23 -0600

Hello,

I was trying to implement a different function to undistort points (to test potential new distortion models) and I came across the implementation that OpenCV has here. There, in the for loop (here) it actually computes the undistorted point. Can somebody tell me how does it solve the equation system I have tried to identify it to some iterative solutions (least squares, Newton-Rapson...) and I don't see how it does it.

Thank you very much!

edit retag flag offensive close merge delete

Comments

I'm sitting with the same problem. Do you figure it out by any chance?

Stringweasel gravatar imageStringweasel ( 2019-02-28 08:03:56 -0600 )edit