Skip to content

Monocular depth estimation through Bayesian updates and epipolar geometry.

Notifications You must be signed in to change notification settings

git-dhruv/mono-depth-reconstruction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)

About

Monocular depth estimation through Bayesian updates and epipolar geometry.

Resources

Stars

Watchers

Forks