-
Notifications
You must be signed in to change notification settings - Fork 215
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
How can I run the GUI ? #38
Comments
I have installed Qgl viewer, now How can I run your programm with it ? |
The new version doesn't have a GUI component yet. |
Thank you for your answer !! |
You need to get at least two images and then do stereo matching - that can
give you a very sparse 3D reconstruction.
For stereo matching (correspondance) - see
http://docs.opencv.org/3.1.0/dd/d86/group__stereo.html
…On Sat, Feb 25, 2017 at 5:31 PM Martin74 ***@***.***> wrote:
Thank you for your answer !!
I would like to get the depth map from a monocular image with opencv,
which part of your program does this ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#38 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAa7Uv7BFkS3Lsd-64nMz_jArtY6CbPFks5rgKvOgaJpZM4MMFDD>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey !!
The code is running but everything is invisible :(
How can I run the GUI ?
Thank you in advance
martin@martin-Lenovo-Yoga-2-13:~/SfM-Toy-Library$ ./build/SfMToyUI -p /home/martin/SfM-Toy-Library/dataset/crazyhorse -o /home/
----------------- Extract Features -----------------
----------- Create Feature Match Matrix ------------
----------- Find Baseline Triangulation ------------
---------- Find Views Homography Inliers -----------
Ceres Solver Report: Iterations: 74, Initial cost: 1.430948e+01, Final cost: 1.069068e+01, Termination: CONVERGENCE
------------------ Add More Views ------------------
Ceres Solver Report: Iterations: 26, Initial cost: 1.183747e+02, Final cost: 3.976295e+01, Termination: CONVERGENCE
Ceres Solver Report: Iterations: 16, Initial cost: 1.600916e+02, Final cost: 9.801345e+01, Termination: CONVERGENCE
Ceres Solver Report: Iterations: 9, Initial cost: 1.171905e+03, Final cost: 2.352387e+02, Termination: CONVERGENCE
Ceres Solver Report: Iterations: 10, Initial cost: 1.102153e+03, Final cost: 4.036237e+02, Termination: CONVERGENCE
Ceres Solver Report: Iterations: 7, Initial cost: 7.625723e+02, Final cost: 5.128044e+02, Termination: CONVERGENCE
----------------------- Done -----------------------
The text was updated successfully, but these errors were encountered: