Hi
Is there any way to specify the sequence of images in openMVG.?
Can you elaborate?
I did not got your point, I mean do you speak about images names in the sfm_data or image pairs for matching.
By default SfMInit_ImageListing use the alphabetical order of the images of the specified directory.
Image pairs for matching.
I am using videos to reconstruct the 3D model. Instead of having it match with all frames is there a way for it to match with just consecutive frames.
Explanation:
Just look to the option of main_ComputeMatches:
-v to specify the contiguous matching range you want to do.The other thing about this contiguous option is that you can loose loop closure between the start and the end or some large loop longer than the overlapping value your choose.
Thanks! I will try it out.!
I am trying to develop an automated pipeline for all kinds of users:
The backbone of this pipeline is openMVG
Hi @pmoulon
I need help understanding a few things. I took closed loop videos of a corridor and around a building.
When openMVG finished I notice the following:
Can you tell me the reason?
cameraPath_translation_averaging.ply. It always has an open loop.
- This is the path computed after motion averaging. If the graph is corrupted by outlier motions that have not been discarded sometimes the path is not perfect and it will be corrected by the BA.
cloud_and_poses.ply and colorized.ply both have closed loops.
- It's because the BA and the selected matches was able to recover the error made at the motion averaging stage.
Can we close the issue?
Thanks :)