Skip to content

Opeiz/ImageDenoising

Repository files navigation

ImageDenoising

Visual Comparison

Repo dedicated for the visual comparison of Denoising classic method like

  • Gaussian filter
  • Bilateral filter
  • Non-Local Means filter
  • Anisotropic difussion filter
  • K-SVD

Numerical Comparison

For the numerical comparison, we use:

  • PSNR, Peak Signal noise ratio
  • SSIM, Structural Similarity
  • MSE, Mean Square error

Usage

For using the repo, go directly to:

K-SVD-Comparison.ipynb

Issues

There's no good documentation about using k-svd in python, I found a yspMing repo but didnt work.

That's why the k-svd images used in the jupyter notebook are from the IPOL C++ implementation. ./images

If you want to check the C++ code, under ./ksvd_src_IPOL you will find the C++ source code used in the link page. s

Links

IPOL Paper with K-SVD C++ Implementation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages