Skip to content

Semiglobal Matching with Census Matching Cost

License

Notifications You must be signed in to change notification settings

bbieberle/SGM-Census

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.8%
  • Makefile 1.2%