-
Notifications
You must be signed in to change notification settings - Fork 52
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
How to define initial camera params #55
Comments
Hi, I am working to add this option directly in cameras.yaml, for now you can open database.db with COLMAP GUI and modify there the camera params or, not elegant but simple, silmply go to the function
The 4 last params in OPENCV camera model are k1, k2, p1 and p2. You can substitute zeros with your values. |
Thank you for your feedback ! I did not find how to change using colmap gui, but I'm glad it's possible. Also, thank you for pointing out how to change it in the code. Keep going, your work is awesome. I'm trying the feature detection & matching on very low quality underwater datasets and I'm convinced that it can make a huge difference. Regards, Romain. |
In COLMAP UI, (Processing - Database Management), you could change the camera model or initial parameters. |
Hi,
First thank you for this awesome project !
I wonder if it is possible to set initial camera params in the cameras.yaml file ?
For example, if I define an OPENCV camera model, can I set initial fx, fy, cx,cy, k1, k2, p1 and p2 params ?
If they are guessed, how are they guessed ?
Do I need to manually update them in the database.db colmap file ? Because the column type is a blob and it might not be easy to do it on command line.
Thank you.
The text was updated successfully, but these errors were encountered: