Reconstruct a 3D model from a set of photos.
Github: repository
![](/img/blogs/vsh1.png)
![](/img/blogs/vsh2.png)
With a set of photos taken from different view point, we can build a 3D model by segmenting the world into vertices and calculating surface vertices of every photo.
![](/img/blogs/vsh3.png)
With enough surface vertices, we can complete the whole surface, calculate surface normal and reconstruct the whole 3D model.
![](/img/blogs/vsh4.png)
This project can enable the whole process to be finished within 20 seconds.