Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Merging Depth Maps for multi view stereo?

Is there a simple to implement way of merging depth maps? I take pictures of a statue from 3 different positions .Then each stereo pair produces a disparity map.I re-project it to depth using triangulation .Finally I get 3 set of 3d points.How can I merge them into one 3d model?

like image 441
Manish Avatar asked Apr 17 '11 06:04

Manish


1 Answers

I guess Iterative Closest Point algorithm can be employed for this.

like image 189
Manish Avatar answered Oct 16 '22 11:10

Manish