6

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?

Manish
  • 1,729
  • 5
  • 32
  • 47
  • You asked 42 questions and never voted. Is the community failing to produce good (or bad) answers to your questions, or are you just forgetting to vote? – Dr. belisarius Apr 17 '11 at 19:22
  • 1
    @belisarius: Had not registered.Have done that now .Will vote.Thanks. – Manish Apr 18 '11 at 18:17

1 Answers1

2

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

Manish
  • 1,729
  • 5
  • 32
  • 47