Skip to content

OpenCL implementation of Semi-Global Matching algorithm

Notifications You must be signed in to change notification settings

FinleyPan/sgm_cl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

OpenCL implementation of Semi-Global Matching algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published