cdcseacave / openMVS

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

Meshing and texture mapping a .ply file using ReconstructMesh and TextureMesh executable #339

Open kirangani opened 6 years ago

kirangani commented 6 years ago

I want to use ReconstructMesh and TextureMesh exucatable for a .ply file which i have generated. I even have associated views for all points. How to convert .ply to .mvs in this case?

vkkhare commented 6 years ago

check issue #225 I am also trying to get it work there @slice-of-life

kirangani commented 6 years ago

Have you tried using Reconstructmesh executable to create a mesh on .ply file if we know associated views? @varunkhare1234

vkkhare commented 6 years ago

No, I haven't tried reconstruct mesh. I just wanted to apply a texture to my .ply file and finally used meshlab for it.