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
Tangential distortion for Y seems to be wrong, should be y += y * rad_dist + 2.0 * distortion_coeffs[3] * xy + distortion_coeffs[2] * (rho2 + 2.0 * y2)
instead of y += y * rad_dist + 2.0 * distortion_coeffs[2] * xy + distortion_coeffs[3] * (rho2 + 2.0 * y2)
Tangential distortion for Y seems to be wrong, should be
y += y * rad_dist + 2.0 * distortion_coeffs[3] * xy + distortion_coeffs[2] * (rho2 + 2.0 * y2)
instead of
y += y * rad_dist + 2.0 * distortion_coeffs[2] * xy + distortion_coeffs[3] * (rho2 + 2.0 * y2)
kalibr/aslam_offline_calibration/kalibr/python/kalibr_visualize_distortion
Line 59 in 1f60227
The text was updated successfully, but these errors were encountered: