openMVS
openMVS copied to clipboard
Converting .mve + ply scene to .mvs format
**Is your feature request related to a problem? I have a mesh in a ply format and scenes stored as .mve. Each .mve view consists of the metadata i.e. the pose, intrinsics along with the RGB images.
A clear and concise description of what the problem is. I want to use the library but not sure how should i go ahead with converting my data to a .mvs format. I see support for SFM, OpenMVG but not for my file-type
Describe the solution you'd like A converter for mesh + rgb + poses to .mvs format.
Describe alternatives you've considered Converting the data to a different format i.e. VisualSFM or OpenMVG but that does not seem like a good solution.
either convert to an intermediate format from which exists converter to MVS format, or use Interface.h
to write the MVS file yourself
Why would you want to convert from MVE? It serves the same purpose as OpenMVS
I want to use the mesh texturing module from openMVS. Is there a way, I can directly use .mve without converting to a .mvs format?
I am facing some issues in writing the interface.h file. Will it be possible for you to help me?
in order to be able to allocate time for this pls consider a donation
Ohkk. I respect your time. But, I am a student and hardly have any funds to donate right now. I will try to look into it myself for now. Any help would be appreciated.
Thanks!