1

I want to make a project in which we can make 3D model of a object using sequences of images. So I want to know:

  1. How can I make 3D model using sequences of 2D images?
  2. Is there any tutorial for it either on any website or in PDF format?

I searched on opencv's website but I couldn't find topic related to 3D model.

HelloGoodbye
  • 3,624
  • 8
  • 42
  • 57
PRATEEK AGRAWAL
  • 319
  • 1
  • 5
  • 17
  • 1
    Google "structure from motion". – Andrey Smorodov Aug 13 '17 at 19:00
  • also "3D stereoscopy reconstruction".... Do you have info about the camera positions and orientations in space while images was taken? Are the images inconsistent snaps or a video like consistent stream of images ? – Spektre Aug 21 '17 at 06:34

1 Answers1

2

Here openCV SfM module documentation: link

Andrey Smorodov
  • 10,649
  • 2
  • 35
  • 42