Ask Your Question
0

How to do a 3D reconstruction with more than two images?

asked 2018-01-12 07:22:14 -0600

I'm trying to reconstruct an objet from two images but the result is really poor. So I would like to know how to do a reconstruction using a bigger set of images, like 5 to 10 pictures for example.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-01-12 08:20:47 -0600

You basically want to investigate structure from motion

https://docs.opencv.org/3.2.0/d4/d18/...

That the best match in OpenCV, but actually PCL would be a better framework for this!

edit flag offensive delete link more

Comments

Thank you for the comment Steven! I've seen this, but in my project I'm using Python. I belive that the only way to use more than two images is using the triangulatePoints() fungtions. So far I'm using the reprojectImageTo3D() function. If there was a way to use more than 2 images with reprojectImageTo3D() I would get better results.

arruda23 gravatar imagearruda23 ( 2018-01-15 08:15:57 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2018-01-12 07:22:14 -0600

Seen: 218 times

Last updated: Jan 12 '18