Skip to content

mitrank/stereo_depth_estimator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stereo Depth Estimator

SGBM

Semi-global block matching - SGBM, by Hirschmuller, H. (2008). Stereo processing by semiglobal matching and mutual information. IEEE Transactions on pattern analysis and machine intelligence, 30(2), 328-341.

Usage

python3 stereo_depth_estimator_sgbm.py

Required directory structure:

.
├── ...
├── data                     
│    ├── 1 (can be modified with DATASET constant)
│        │──left (n left images)
│        │──right (n right images)
│        │──disparities (initially empty)
│        │──combined (initially empty)

Results

Dataset 1

Dataset 2

Dataset 3

Author

Greg (Grzegorz) Surma

PORTFOLIO

GITHUB

BLOG

Support via PayPal

About

Stereo depth estimation for self-driving cars 🚗

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%