Openmvg: Proper documentation?

Created on 24 Mar 2017  路  7Comments  路  Source: openMVG/openMVG

Hello everyone,
I'm trying to start using openMVG and I managed to set it up correctly. Right now I'm facing the issue, that I am not really sure how to use the library.

Is there any more documentation than the provided "Read the Docs"-Page and the comments in the source code, that I can use and have missed in the past?

Thanks for your help!

question

Most helpful comment

I am facing some issues, but for now I am going to close this issue, since the actual question was already answered. I am going to reopen, if there is sth new to report.

All 7 comments

We know were lacking a more user friendly documentation with some tutorials, but we try to do our best to remedy to it. BTW, you could find some information at various places (from the high level to the low level view) :

  • use the proposed python pipelines (sequential/global located in your build software/sfm directory) to have a complete reconstruction tool (from images to view/structure) (maybe the best to start with openMVG) ;

    • consult the executables in software/sfm to see what you can do with the library (in a more step by step approach) ;

  • have a look at the samples (build it if they are not yet built), they illustrate some specific points of the library ;
  • have a look at the unit_tests, they often provide a (minimal) way to use internal structures/functions of openMVG.

If you don't find your specific information, please tell us what you want to do.

Thanks for your answer! I will look into those. If I keep getting stuck, I will give you an update.

Feel free:

  • to close the issue when you have the answer to your question.
  • to share any reconstruction results (screenshot) ;-0

I managed to get some results using the incremental, premade python pipeline and PMVS (see below).

As you can see, only one "half" of the cup was correctly reconstructed, with some minor holes in it. What am I doing wrong? I shot many pictures of the cup, going all around it multiple times in different heights.

clowncuphalf02
clowncup01

Edit: Pictures of the original cup (of course just two of them ;) )

img_9040
img_9039

Thank for the sharing.

The reconstruction is not complete since the image connection graph must be cut somewhere (certainly less feature for some part of the models).
You can have a look at the logged graph in the matching directory -> svg files (if you have graphviz installed they are exported).

You can try to make the graph denser by using a preset on the feature detector by adding the option -p HIGH on the ComputeMatches binary (do it in a new output directory else old feature will be read).

Or do the same dataset by adding a journal paper below your mug in order to have more texture and so more reliable feature matches from view to view.

Thanks for the quick answer! Let's see what I can come up with 馃憤

I am facing some issues, but for now I am going to close this issue, since the actual question was already answered. I am going to reopen, if there is sth new to report.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KarimHassanieh picture KarimHassanieh  路  20Comments

mrscho picture mrscho  路  20Comments

mdaiter picture mdaiter  路  33Comments

higerra picture higerra  路  18Comments

hcjghr picture hcjghr  路  17Comments