Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 702 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 702 Bytes

Depth estimation from stereo images using Semi-Global Matching algorithm left right disparity

Prerequisites

Build Step

$ git clone [email protected]:FinleyPan/sgm_cl.git sgm_cl
$ cd sgm_cl
$ mkdir build
$ cd build
$ cmake ..
$ make

Literature

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