Skip to content

last2win/image-denoising

Repository files navigation

color image denoising using sklearn

first orgin image:
A.png
then using noise_image_generate.py to add noise :
A_noise.png
then using LinearRegression to recovery the image:
A_recover.png
code is in image_restore.py