Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 612 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 612 Bytes

Sparse-dictionary-learning

Learn an Sparse dictionary of 8 x 8 patches using an algorithm similar to K-SVD

Screenshot

You can change the following variables in the file 'Form1.cs' to ajust the process.

Example 1

 int N =4;
 int CoefsN =128;
 int KSVD_Depth =2;

Example 2

 int N =2;
 int CoefsN =3;
 int KSVD_Depth =3;

Example 3

 int N =8;
 int CoefsN =64;
 int KSVD_Depth =64;     

Example 4

 int N =8;
 int CoefsN =16;
 int KSVD_Depth =16;