Skip to content

An optimized Matlab implementation of Semi-Global Block Matching (SGBM) for stereo matching. It uses the 8-direction version of the algorithm with a small improvement for better results.

License

Notifications You must be signed in to change notification settings

bollasap/semi-global-block-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semi-Global Block Matching

An optimized Matlab implementation of Semi-Global Block Matching (SGBM) for stereo matching. It uses the 8-direction version of the algorithm with a small improvement for better results. The improvement is that in the calculation of the total cost, the matching cost does not add up. Normally it had to add up eight times (once for each direction).

Input Image

The Tsukuba stereo image that used as input.

Output Image

The disparity map that created at the output.

About

An optimized Matlab implementation of Semi-Global Block Matching (SGBM) for stereo matching. It uses the 8-direction version of the algorithm with a small improvement for better results.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages