-
Notifications
You must be signed in to change notification settings - Fork 46
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
openMVG .feat question #1
Comments
Hi @ctwpotter
I'm sorry but I haven't used this code for almost a year and I won't be able to test it on my computer but I'll try my best to help you, Yohann |
Dear @ySalaun . |
Just to be sure:
There might be many reasons:
Just to be sure, the code should work fine with ordered pictures (consecutive ones as in the sample). If it is not the case, it might not works well. Best, Yohann |
Sorry for reply your message so late. |
I think I know the issue: The best thing to test it would be to run the code on the whole Strecha dataset: About your picture it can either be an issue during calibration (as I've explained in my previous post) or a similar error of bounding box or still another issue. Best would be to obtain good results with Strecha first. Best, Yohann |
In saveMesh function inside interface.cpp you can change the code to modify the bounding box computation. Yohann |
Dear @ySalaun , thanks for provide this LineSfM code.
Lately I test this code. I found I got the different results compared to the result presented in your paper 《Robust SfM with Little Image Overlap》. I tested the sample images following the steps of the instruction: LSD_MULTISACALE--VANISHING_POINT--LINE_MATCHING--CALIBRATION--RECONSTRUCTION, but the dence.refined.mesh.ply only contains four 3D points.
ply
format ascii 1.0
element vertex 4
property float x
property float y
property float z
property uchar red
property uchar green
property uchar blue
element face 0
property list uint8 int32 vertex_indices
end_header
0.0106194 -0.189911 0.14482 50 255 50
0.803659 -0.126331 0.723105 50 255 50
1.567 -0.0715306 1.42358 50 255 50
2.56536 -0.0378929 1.85199 50 255 50
I notice that the openMVG folder is where I should save my detection with my openMVG, so I wonder if I got the wrong detection of the openMVG.
The text was updated successfully, but these errors were encountered: