Skip to content

A C++ implementation of Loopy Belief Propagation for stereo matching. It uses the "min-sum" variation of the algorithm and the "Accelerated" (Right-Left-Down-Up pass) message update schedule.

License

Notifications You must be signed in to change notification settings

aposb/loopy-belief-propagation-for-stereo-matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loopy Belief Propagation for Stereo Matching

A C++ implementation of Loopy Belief Propagation for stereo matching. It uses the "min-sum" variation of the algorithm and the "Accelerated" (Right-Left-Down-Up pass) message update schedule.

Input Image

The Tsukuba stereo image that used as input.

Output Image

The disparity map that created at the output.

About

A C++ implementation of Loopy Belief Propagation for stereo matching. It uses the "min-sum" variation of the algorithm and the "Accelerated" (Right-Left-Down-Up pass) message update schedule.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages