Reconstruction 3D model from stereo photos.

asked 2015-12-18 16:00:30 -0600

BobBob gravatar image

Hi! I created a depth map from two stereo photos. Now I would like create something like 3D model. ( I know that it is not possible to get a "full 3D model". So what is possible? I know about Point Cloud but it makes me problem during linking of program.

Ok. So, the question is:

  1. What are my options?
  2. What are my options when it comes to displaying at Android ?

Thanks in advance!

edit retag flag offensive close merge delete

Comments

If you have the depth map, the display is only 3D coordinates (plus the pixel color). So, any 3D / Graphics library you are familiar with could do the job (OpenGL for example) in my opinion.

Eduardo gravatar imageEduardo ( 2015-12-19 08:15:17 -0600 )edit