Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 891 Bytes

ReadME.md

File metadata and controls

23 lines (18 loc) · 891 Bytes

Mono Depth Estimation using Moving Stereo Approach

About the Repo

This is a depth fusion technique using Gaussian Distribution-based pixel depths and Kalman updates. By leveraging Pose-derived baselines, it establishes epipolar lines, employs NCC for block matching, calculates depth using baselines, and fuses the data via the Kalman Equation.

This method offers a comprehensive approach to refining depth estimation from multi-angled scene images.

The Results that we obtain is as follows

Output

Ground Truth Result

Note

The helper functions for reading/writing were written by Dr. Gao. I just rewrote the implementation for learning purposes :)