3D Reconstruction

3dreconstruction View on GitHub

  • This project was a part of coursework ECE 558 - Digital Imaging Systems at NC State which mainly focuses on the implementation of the paper “single view metrology” (Criminisi, Reid and Zisserman, ICCV99) to convert a 2D image into 3D model.
  • The Project is divided into 4 sub parts.
  • The first part is the 3D perspective image acquisition. - Second part is to calculate the Vanish points in the given image related to objects.
  • Third part focuses on calculating the Projection and Homograph Matrices.
  • Fourth part focuses on getting a texture map for each plane using warping.
  • At last, the visualisation of 3D object with Blender is done.

Image acquisition 3d_1_

Image annotation 3d_2_

3D Reconstructed Image Visualization 3d_3_

Please refer to the report in GitHub repository for more details