kobybibas / semi_global_matching

Compute disparity map from stereo image with semi global matching algorithm.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SemiGlobalMathingImplementation

This is matlab implementation of disparity map generation from stereo images with semi global matching algorithm.

@article{hirschmuller2007stereo,
  title={Stereo processing by semiglobal matching and mutual information},
  author={Hirschmuller, Heiko},
  journal={IEEE Transactions on pattern analysis and machine intelligence},
  volume={30},
  number={2},
  pages={328--341},
  year={2007},
  publisher={IEEE}
}
  1. The main function is How2RunSGMWrapper.m in which all the parameters are setts.
  2. SGMWrapper.m is called from How2RunSGMWrapper.m and does the actual processing.

Inputs

LeftImage RightImage

Output

DisparityMap

About

Compute disparity map from stereo image with semi global matching algorithm.


Languages

Language:MATLAB 100.0%