3D Reconstruction

Here are the posts for the 3D reconstruction in chronological order:

Problem statement

In this post is explained the material and objective of the 3D reconstruction project. Given a robot with a pair of cameras and a set of figurines, the objective is getting the 3D position of some points of the real world, possibly making the robot capable of interacting with it.

Thumbnail
Read More

Finding the key

In this post is treated the first step for the reconstruction, considering different options to get a set of points to reconstruct.

Thumbnail
Read More

Matching points

This post talks about the current method used on point matching making use of OpenCV methods.

Thumbnail
Read More

Triangulation

This post treats the reconstruction of the matching points and the results of this process.

Thumbnail
Read More