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.
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)
Greg (Grzegorz) Surma