Skip to content

This is a simple demonstration of applying Markov networks to the problem of image denoising.

Notifications You must be signed in to change notification settings

prasoongoyal/image-denoising-mrf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

image-denoising-mrf

This simple program demonstrates how a Markov network can be applied to the problem of image denoising.

# To run with default values of parameters w_e and w_s, execute
python denoise.py input.png

# Alternately, pass the values of w_e and w_s as second and third arguments respectively:
python denoise.py input.png 8 10

See https://blog.statsbot.co/probabilistic-graphical-models-tutorial-d855ba0107d1 for the full blog post explaining the example.

About

This is a simple demonstration of applying Markov networks to the problem of image denoising.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages