gishi523 / semi-global-matching

An implementation of Semi-Global Matching (SGM) on CPU with some optimizations
MIT License
66 stars 20 forks source link

semi-global-matching

An implementation of Semi-Global Matching (SGM) on CPU with some optimizations

Description

References

Requirement

How to build

$ git clone https://github.com/gishi523/semi-global-matching.git
$ cd semi-global-matching
$ mkdir build
$ cd build
$ cmake ../
$ make

How to run

./sgm left-image-format right-image-format

Example

./sgm images/img_c0_%09d.pgm images/img_c1_%09d.pgm

Author

gishi523