Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 209 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 209 Bytes

Image denoising with sparse coding

This is my implementation of image denoising based on K-SVD algorithm.

Requirements:

Python 3.10.13

argparse
numpy
opencv
scikit-image
scikit-learn
scipy
tqdm