0

I am working on 3d Reconstruction from two views. Till now I have got Fundamental matrix, Essential matrix and Triangulation Points. After this stage, how do I go forward to obtain textured image from the input image? and save those results in VRML model?

Dima
  • 38,860
  • 14
  • 75
  • 115

1 Answers1

0

Are your cameras calibrated? If so, then you can rectify the images, and get a dense reconstruction. You can then plot the points using the colors from the RGB image. See this example.

Dima
  • 38,860
  • 14
  • 75
  • 115