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

Camera model support #62

Open
NTK2411 opened this issue Jul 23, 2024 · 1 comment
Open

Camera model support #62

NTK2411 opened this issue Jul 23, 2024 · 1 comment

Comments

@NTK2411
Copy link

NTK2411 commented Jul 23, 2024

Is there support for Double Sphere camera model. I couldn't find any such. If it is not present, are there any steps to include it.

@WFram
Copy link

WFram commented Jul 23, 2024

DM-VIO doesn't support Double Sphere. But Basalt does.
https://gitlab.com/VladyslavUsenko/basalt-headers/-/blob/master/include/basalt/camera/double_sphere_camera.hpp?ref_type=heads

Adding it to DM-VIO doesn't seem to be complicated.
You can create a new class such as UndistortDS and inherit it from the Undistort class, like it's done for other models. Equations for distortCoordinates can be taken from the code, which I put the reference to above.

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