Reputation: 49
I'm woking on project regarding 3d reconstruction. I obtained my depth map from photometric stereo method. Now, what I want to do, is convert the depth map to 3d mesh that i can visualise on meshlab for example. Can anyone tell me how can i do that ? PS : i'm working with python ! Thanks
Upvotes: 0
Views: 2048
Reputation: 3642
This is not a trivial exercise but is doable. The basic steps are:
Take a look at this paper for one possible approach though it's far from the best way to do this: https://www.academia.edu/6148442/3D_Reconstruction_on_a_Mobile_Device in particular pp43-45 onwards
(Disclosure: It's my MRes thesis).
Upvotes: 1