Skip to content

Image Denoising via Sparse and Redundant Representations over Learned Dictionaries

Notifications You must be signed in to change notification settings

Deepayan137/K-svd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runnnig the code

python image_denoising.py -i imagename -iter 500 -coeff 2 -n_comp 100

optional parameters

  1. -iter: number of iterations required to learn the dictionary
  2. -n_comp: number of components that the dictionary should contain
  3. -coeff: number of non zero coefficients in the sparse representation of the image

output

The output will give you 3 images, Orignal, Noisy and Reconstructed

Results: Deep

The above picture shows the distortion of the image Lena and its subsequent reconstruction using dictionary learning

The above picture shows the distortion of the image Lena and its subsequent reconstruction using dictionary learning (a) shows the orignal image (b) shows the image after adding gaussian noise (c) Reconstructed Image

About

Image Denoising via Sparse and Redundant Representations over Learned Dictionaries

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages