Skip to content

A C++ implementation of Loopy Belief Propagation for image denoising. 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-image-denoising

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loopy Belief Propagation for Image Denoising

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

Input Image

The noisy image that used as input.

Output Image

The denoised image that created at the output.

About

A C++ implementation of Loopy Belief Propagation for image denoising. 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