Skip to content
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

What is the format of Photosynther? #28

Closed
panovr opened this issue Apr 10, 2013 · 6 comments
Closed

What is the format of Photosynther? #28

panovr opened this issue Apr 10, 2013 · 6 comments

Comments

@panovr
Copy link

panovr commented Apr 10, 2013

It is said that "makescene can import from the Noah Bundler and the Photosynther format" in mve documentation.
I can find information about Noah Bundler format, but what is the format of Photosynther?

@simonfuhrmann
Copy link
Owner

The Photosynther format is usually not relevant for end-users as there is no tool that you can download for personal use. The format is very similar and probably inspired by Noah's Bundler format. It is described here and we use it internally to store the SfM points for each dataset:
https://github.com/simonfuhrmann/mve/blob/master/libs/mve/bundlefile.cc#L38

If you have further questions, please refer to our MVE users list mve@gris.informatik.tu-darmstadt.de.

@panovr
Copy link
Author

panovr commented Apr 10, 2013

Thanks for the reply!

By the way, how can I join the MVE users list?

2013/4/10 Simon Fuhrmann notifications@github.com

The Photosynther format is usually not relevant for end-users as there is
no tool that you can download for personal use. The format is very similar
and probably inspired by Noah's Bundler format. It is described here and we
use it internally to store the SfM points for each dataset:
https://github.com/simonfuhrmann/mve/blob/master/libs/mve/bundlefile.cc#L38

If you have further questions, please refer to our MVE users list
mve@gris.informatik.tu-darmstadt.de.


Reply to this email directly or view it on GitHubhttps://github.com//issues/28#issuecomment-16169637
.

Yili Zhao

@simonfuhrmann
Copy link
Owner

It's not a mailing list. You don't need to join it, just send your questions.

On another note, MVE will get its own SfM module in near future. Most of the code is already written in a nice new library called "sfm", which is developed in the "sfm" branch:
https://github.com/simonfuhrmann/mve/tree/sfm/libs/sfm

@panovr
Copy link
Author

panovr commented Apr 10, 2013

Hi Simon,
thanks for the information!

2013/4/10 Simon Fuhrmann notifications@github.com

It's not a mailing list. You don't need to join it, just send your
questions.

On another note, MVE will get its own SfM module in near future. Most of
the code is already written in a nice new library called "sfm", which is
developed in the "sfm" branch:
https://github.com/simonfuhrmann/mve/tree/sfm/libs/sfm


Reply to this email directly or view it on GitHubhttps://github.com//issues/28#issuecomment-16170522
.

Yili Zhao

@panovr
Copy link
Author

panovr commented Apr 11, 2013

Hi Simon,
What operating system has MVE mainly been developed on?
Thanks!

2013/4/10 Simon Fuhrmann notifications@github.com

It's not a mailing list. You don't need to join it, just send your
questions.

On another note, MVE will get its own SfM module in near future. Most of
the code is already written in a nice new library called "sfm", which is
developed in the "sfm" branch:
https://github.com/simonfuhrmann/mve/tree/sfm/libs/sfm


Reply to this email directly or view it on GitHubhttps://github.com//issues/28#issuecomment-16170522
.

Yili Zhao

@simonfuhrmann
Copy link
Owner

Most of MVE has been developed on Linux. The SfM code has been developed on OS X. Everything should work on both Linux and OS X. Windows is not a target platform but may still work with minor changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants