Deblurring image with deconvolution
Show older comments
I have a picture 'image.jpg' that is blurred with function sin(x+y). How can I deblur it with deconvolution?
8 Comments
Image Analyst
on 1 Jul 2018
Is that the blurring PSF (if so, what's its extent?), or just a multiplicative factor over the whole image (like there is ripple in the image)? You forgot to post the image.
geometry geometry
on 1 Jul 2018
geometry geometry
on 1 Jul 2018
Image Analyst
on 1 Jul 2018
Edited: Image Analyst
on 1 Jul 2018
I'm pretty sure no real world imaging system created this, so I suspect it's a synthesized image for your homework. If so, please read this link and create a tag on the right that says "homework".
Did you try using fft2() on the image and looking for spikes?
geometry geometry
on 4 Jul 2018
Image Analyst
on 4 Jul 2018
Didn't my demo show you how to get rid of sinusoidal noise?
geometry geometry
on 4 Jul 2018
Edited: geometry geometry
on 4 Jul 2018
geometry geometry
on 4 Jul 2018
Edited: geometry geometry
on 4 Jul 2018
Answers (0)
Categories
Find more on Deblurring in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!