Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.15 KB

README.md

File metadata and controls

50 lines (31 loc) · 1.15 KB

Sparse-3D-Reconstruction

A sample project to do sparse 3D reconstruction of pair images. This project contains all steps of 3D reconstruction.

Getting Started

In this project, all of these steps are includedL

  1. Computing Fundamental matrix using SIFT and RANSAC
  2. Image Rectification
  3. Dense matching using block matching
  4. sparse 3D reconstruction using projection matrix
  5. Outlier removal
  6. creating mesh for point cloud

Prerequisites

You need to hava some primeval information about concept of 3D image processing.

Running the tests

simply run ACV_prj1().m

Authors

  • Ehsan Mirsadeghi

Acknowledgments

Visual Results:

Rectification
Dense Macthing Results
Sparse reconstruction