openMVG / openMVG

open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion.
Mozilla Public License 2.0
5.56k stars 1.66k forks source link

Reconstruct mulitple sub-models from an image set? #2330

Closed lyb-tjnu closed 1 month ago

lyb-tjnu commented 1 month ago

First of all, thank all the developers for this great software. I have a UAV image set contains 100 images. The images were acquired over a water area. Image matching is very difficult for this data set. I cannot reconstruct a single model from all the 100 images. However, there are small subsets in which images are connected well. Can OpenMVG reconstruct models from these subsets?

pmoulon commented 1 month ago

Thank you for your kind words. Today we dont build all sub component, we just build the largest one. If you want reconstruct the subset you can just remove some pairs belonging to a reconstruction that has been done, so the next one will be built

lyb-tjnu commented 1 month ago

Thanks for your reply.