doomzzju / sgm_cl

OpenCL implementation of Semi-Global Matching algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Prerequisites

Build Step

$ git clone git@github.com: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.

About

OpenCL implementation of Semi-Global Matching algorithm


Languages

Language:C 51.0%Language:C++ 48.1%Language:CMake 0.9%