3D Reconstruction
- 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
Image annotation
3D Reconstructed Image Visualization
Please refer to the report in GitHub repository for more details