deep-image-matching icon indicating copy to clipboard operation
deep-image-matching copied to clipboard

How to define initial camera params

Open rlamarche opened this issue 11 months ago • 3 comments

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.

rlamarche avatar Mar 22 '24 17:03 rlamarche