Skip to content

Implementation of a simplified version of the SemiGlobal Matching algorithm (Hirschmuller, H. (2005). Accurate and Efficient Stereo Processing by Semi Global Matching and Mutual Information. CVPR .)

License

Notifications You must be signed in to change notification settings

gipeto/simple-sgm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-sgm

Implementation of a simplified version of the SemiGlobal Matching algorithm (Hirschmuller, H. (2005). Accurate and Efficient Stereo Processing by Semi Global Matching and Mutual Information. CVPR .)

How to build

#install conan, needed only once
pip install conan

#from the repo root
conan install -if build --build missing .
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=install -G "Ninja" ..
ninja install 

About

Implementation of a simplified version of the SemiGlobal Matching algorithm (Hirschmuller, H. (2005). Accurate and Efficient Stereo Processing by Semi Global Matching and Mutual Information. CVPR .)

Resources

License

Stars

Watchers

Forks

Packages

No packages published