Skip to content

A simple implementation of the KSVD algorithe from the paper "K-svd: An algorithm for designing overcomplete dictionaries for sparse representation"

Notifications You must be signed in to change notification settings

yspMing/K-SVD-simple-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

K-SVD-simple-implementation

A simple implementation of the KSVD algorithe from the paper "K-svd: An algorithm for designing overcomplete dictionaries for sparse representation"

k_svd.py contains the main k-svd algorithm implentation. including the orthonogal pursuit match algoriuthm. denoising.py is the script using the ksvd tool to denoising the image.

Requirement package for python3: numpy; scipy; opencv.

usage: python denosing.py

About

A simple implementation of the KSVD algorithe from the paper "K-svd: An algorithm for designing overcomplete dictionaries for sparse representation"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages