├── Dictionary_learning_v2.py ├── FindDistanceBetweenDictionaries.py ├── ImageDenoising ├── DenoiseImage.py ├── GDBTLS.py ├── GDDL.py ├── KSVD.py ├── KSVDDL.py ├── MODDL.py ├── PSimCo.py ├── README.md ├── RGDBTLS.py ├── RSimCo.py ├── SimCo.pyc ├── im2col.py └── omperr.py ├── KSVD ├── KSVD.py ├── README.md └── omp.py ├── README.md ├── SimCo ├── DictLineSearch03.py ├── DictUpdate03.py ├── README.md └── fg_tilde_eval01.py └── omp.py /Dictionary_learning_v2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/Dictionary_learning_v2.py -------------------------------------------------------------------------------- /FindDistanceBetweenDictionaries.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/FindDistanceBetweenDictionaries.py -------------------------------------------------------------------------------- /ImageDenoising/DenoiseImage.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/DenoiseImage.py -------------------------------------------------------------------------------- /ImageDenoising/GDBTLS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/GDBTLS.py -------------------------------------------------------------------------------- /ImageDenoising/GDDL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/GDDL.py -------------------------------------------------------------------------------- /ImageDenoising/KSVD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/KSVD.py -------------------------------------------------------------------------------- /ImageDenoising/KSVDDL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/KSVDDL.py -------------------------------------------------------------------------------- /ImageDenoising/MODDL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/MODDL.py -------------------------------------------------------------------------------- /ImageDenoising/PSimCo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/PSimCo.py -------------------------------------------------------------------------------- /ImageDenoising/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/README.md -------------------------------------------------------------------------------- /ImageDenoising/RGDBTLS.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/RGDBTLS.py -------------------------------------------------------------------------------- /ImageDenoising/RSimCo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/RSimCo.py -------------------------------------------------------------------------------- /ImageDenoising/SimCo.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/SimCo.pyc -------------------------------------------------------------------------------- /ImageDenoising/im2col.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/im2col.py -------------------------------------------------------------------------------- /ImageDenoising/omperr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/ImageDenoising/omperr.py -------------------------------------------------------------------------------- /KSVD/KSVD.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/KSVD/KSVD.py -------------------------------------------------------------------------------- /KSVD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/KSVD/README.md -------------------------------------------------------------------------------- /KSVD/omp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/KSVD/omp.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/README.md -------------------------------------------------------------------------------- /SimCo/DictLineSearch03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/SimCo/DictLineSearch03.py -------------------------------------------------------------------------------- /SimCo/DictUpdate03.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/SimCo/DictUpdate03.py -------------------------------------------------------------------------------- /SimCo/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/SimCo/README.md -------------------------------------------------------------------------------- /SimCo/fg_tilde_eval01.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/SimCo/fg_tilde_eval01.py -------------------------------------------------------------------------------- /omp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rehan-Ahmad/Dictionary-Learning-Algorithms/HEAD/omp.py --------------------------------------------------------------------------------