An open API service indexing awesome lists of open source software.

https://github.com/yuesong-feng/omp-and-k-svd

OMP + K-SVD算法实现图像去噪,使用YaleB数据集
https://github.com/yuesong-feng/omp-and-k-svd

Last synced: 14 days ago
JSON representation

OMP + K-SVD算法实现图像去噪,使用YaleB数据集

Awesome Lists containing this project

README

        

# OMP + K-SVD
OMP + K-SVD算法实现图像去噪,使用YaleB32数据集。

使用前自行下载数据集并存放在: ./picture/DataSet/

加上噪声的图像存放在: ./picture/LossPic/

使用OMP算法去噪之后的图像: ./picture/RecPic/

原作者地址:https://blog.csdn.net/Anonymity_/article/details/85196505