I was looking into the OpenCV 2.2 function cameraCalibration(...) and I noticed a flag CV_CALIB_RATIONAL_MODEL that enables a new radial distortion model supposed to work better with wide-angle lenses:
Where is this model coming from exactly? I read some papers that seemed to be somehow related but the model they employ seems to be quite different from the one implemented by OpenCV.
- A Rational Function Lens Distortion Model for General Cameras
- Simultaneous linear estimation of multiple view geometry and lens distortion
Could anyone give me more information about the model opencv exploit and why?