You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current api only includes the undistortion for the quadratic term of the polynomial function. However, the general minimal use includes the quartic term as well.
Would that be included in the future?
Alternatively, could you please explain how was the following arrived at?
Hello,
The current api only includes the undistortion for the quadratic term of the polynomial function. However, the general minimal use includes the quartic term as well.
Would that be included in the future?
Alternatively, could you please explain how was the following arrived at?
undistortion = (1.0 - two_thirds_undistortion) / ( 1.0 + 3.0 * distortion_coefficient_times_distorted_squared_radius * undistortion * undistortion) + two_thirds_undistortion
I could accordingly create a function that includes the quartic undistortion.
Thanks
The text was updated successfully, but these errors were encountered: