/Single-View-3D-Reconstruction

Reconstruct 3D scene given a 2D image satisfying specific constraints

Primary LanguageJavaScript

Overview:

  • This project aims to reconstruct 3D scene from one single 2D image with the constraints specified in Horry’s paper “Tour Into the Picture”. It provides an interactive user interface to define projection hints (rear wall and vanishing point) to improve the reconstruction.
  • It also provides a series of MatLab code to process the image to extract front ground objects. It uses Intelligent Scissor for user to segment out the front ground objects. And it will repair the background image with inpainting code provided by Simone Parisotto (see Acknowledgement for detail). Usage: in Matlab, run finalProjectImagePreProcessScript under folder “./imageProcessing”.

Implementation Detail:

Acknowledgement: