cdcseacave / openMVS

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

mesh combining #350

Open waleed-abu-laban opened 6 years ago

waleed-abu-laban commented 6 years ago

Hello

I was trying to reconstruct a huge object but it didn't go well so I divided the images and the processing into multiple groups but with common images, so is there a way to recombine those meshes automatically using the common surfaces?

CorneliusHsiao commented 6 years ago

AFAIK, you can use 3D scanning alignment function in meshlab. Poisson Reconstruction is also an option. Based on basic algorithm of alignment, you only need to specify several points in every pair of two scanning to combine models. There are many tutorial videos on YouTube for this. This is kinda automatic which may meet your requirement.