cdcseacave / openMVS

open Multi-View Stereo reconstruction library
http://cdcseacave.github.io
GNU Affero General Public License v3.0
3.21k stars 895 forks source link

Converting .mve + ply scene to .mvs format #1001

Open lirus7 opened 1 year ago

lirus7 commented 1 year ago

**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.

cdcseacave commented 1 year ago

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

lirus7 commented 1 year ago

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?

cdcseacave commented 1 year ago

in order to be able to allocate time for this pls consider a donation

lirus7 commented 1 year ago

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!