mapillary / OpenSfM

Open source Structure-from-Motion pipeline
https://www.opensfm.org/
BSD 2-Clause "Simplified" License
3.37k stars 856 forks source link

Work Flow through these functions in OpenSFM? #73

Closed realhire closed 8 years ago

realhire commented 8 years ago

Hi, you did a mazing job. I do want to learn your project, not only about how to use it, but how to build it. I have learned the basic algorithms in SFM, but more detail I want to understand. Your project give me a good example. Do you have a work flow to show how these functions are connected?

I can see some of them, but not all of them.

Thanks, realhire

paulinus commented 8 years ago

Hi, you can see how to run the tool at the end of the readme. There is no doc describing the pipeline at the moment. We follow the standard incremental SfM pipeline so, reading phototourism paper should help. I'm adding an issue for adding docs. thanks, pau