Deblurring image with deconvolution
显示 更早的评论
I have a picture 'image.jpg' that is blurred with function sin(x+y). How can I deblur it with deconvolution?
8 个评论
Image Analyst
2018-7-1
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
2018-7-1
geometry geometry
2018-7-1
Image Analyst
2018-7-1
编辑:Image Analyst
2018-7-1
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
2018-7-4
Image Analyst
2018-7-4
Didn't my demo show you how to get rid of sinusoidal noise?
geometry geometry
2018-7-4
编辑:geometry geometry
2018-7-4
geometry geometry
2018-7-4
编辑:geometry geometry
2018-7-4
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Deblurring 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!