epiception / SGM-Census

Semiglobal Matching with Census Matching Cost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SGM-Census

Simple CPU implementation of Semi-Global Matching using Census Transform and Hamming Distance Matching Cost.


Instructions

$git clone https://github.com/epiception/SGM-Census.git
$cd ~/path/to/SGM-Census
$make

Usage

./sgm <right image> <left image> <output image file> <disparity range>

Examples

./sgm Examples/teddy/right.png Examples/teddy/left.png output_disparity.png 64

Resources

References

About

Semiglobal Matching with Census Matching Cost

License:GNU General Public License v3.0


Languages

Language:C++ 98.8%Language:Makefile 1.2%