This question relates to the numerical method used in undistortPoints in openCV and was asked before here:
I have an additional question. One of the answers states that undistortPoints in opencv uses the method of false position. However that is not obvious to me.
According to wikipedia, the double false position method needs two guesses. The code doesn't show 2 guesses being taken but rather only one guess is used.
I have also struggled to find anything written on false position methods with more than one variable.
Any references to help me clarify how the method used is infact a false position method would be appreciated.
The original opencv code can be found here