-
Notifications
You must be signed in to change notification settings - Fork 6
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
using only some of the images from the Eyesis-4pi camera #1
Comments
Hi @polto,
|
thanks @pmoulon ! |
I let the task as open since I have not yet handle it |
Feature ready to test. |
I have an error trying to build this branch.
|
Does changing auto to std::string is working? |
oh yeah ! |
Using auto as lambda parameter is authorized in C++14 or not C++11, that is explaining the error. |
it's working. Here is a small segment processed with channels 10;14;24;25 (both stereo pairs looking in opposite directions) this is the result of GlobalSfM. I am running now Could you please explain these parameters of
I do not really understand why would you need to provide match_pairs file after you have done the SfM. Now, once we are done with SfM using only several channels, how can I export all channels from the rigid rig to PMVS, OpenMVS or MVE ? |
Happy to see that it worked! It's a promising results. Regarding the slowliness of If you want to export all the channel, I have to write a new binary that will take as input the SfM result and the image file. So image will be listed again and linked to the right poses. Then we will certainly need to compute some visility matches (using openMVG_main_ComputeStructureFromKnownPoses perhaps) and then export to PMVS, OpenMVS or MVE. |
Modification was merged in master. I will open a new issue in order to handle your request to add views to existing poses. |
Hi Pierre,
Could you please implement a filter to specify only some images from Eyesis-4pi to be used in the reconstruction (for example the two stereo-pairs) ?
Also, since all intrinsic & extrinsic parameters of the rig are known how to disallow OpenMVG to adjust them later during the pipeline ?
Regards.
The text was updated successfully, but these errors were encountered: