Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong tangential distortion in visualizer #698

Open
pavloblindnology opened this issue Jul 15, 2024 · 0 comments
Open

Wrong tangential distortion in visualizer #698

pavloblindnology opened this issue Jul 15, 2024 · 0 comments
Labels
debugging Might be a bug, needs to be looked into

Comments

@pavloblindnology
Copy link

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)

y += y * rad_dist + 2.0 * distortion_coeffs[2] * xy + \

@goldbattle goldbattle added the debugging Might be a bug, needs to be looked into label Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
debugging Might be a bug, needs to be looked into
Projects
None yet
Development

No branches or pull requests

2 participants