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数据集
- Host: GitHub
- URL: https://github.com/yuesong-feng/omp-and-k-svd
- Owner: yuesong-feng
- Created: 2020-06-11T05:33:51.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-02T11:50:22.000Z (over 3 years ago)
- Last Synced: 2025-03-28T00:51:17.042Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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