Open antithing opened 1 month ago
You don't show any code that would write the features and matches into the database?
Ah, indeed. Added now above. Thanks! Does that look correct?
Also, what are all the steps for running a colmap sfm pipeline entirely in c++ code?
same question.
As above, i have a custom feature and matching step, that converts to Opencv:
I add these to a database like this:
I also add cameras and images.
This seems to work well, but when i load the database inside the colmap GUI. it shows no matches, and i cannot view the image (cameras, number of points and images do show in database management)
What am I doing wrong here?