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

Does the lens distortion affect the result? #5

Open
huntkao opened this issue Sep 20, 2024 · 1 comment
Open

Does the lens distortion affect the result? #5

huntkao opened this issue Sep 20, 2024 · 1 comment

Comments

@huntkao
Copy link

huntkao commented Sep 20, 2024

AFAIK, lens distortion model matters a lot to the computation of the intrinsics, ie., focal length and principle points.
Is there assumption that they are already known in this paper?
Thanks.

@kocurvik
Copy link
Owner

Our method assumes that there is at most some negligible distortion.

Recently, we have had a paper accepted to an ECCV workshop titled "Are Minimal Radial Distortion Solvers Necessary?". Where we have evaluated some methods for radial distortion estimation using the division model. The methods output the radial distortion parameters of the division model + the fundamental matrix. The conference should start in a few days so the paper should be available soon.

You can check out the Python evaluation code in my rd repo. The solvers were implemented into Poselib and you can find them in the rd branch of my fork. I have also prepared a pull request to Poselib with methods for one of the problems. I will probably add the solvers for the other problem soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants