Deblurring image with deconvolution
Mostrar comentarios más antiguos
I have a picture 'image.jpg' that is blurred with function sin(x+y). How can I deblur it with deconvolution?
8 comentarios
Image Analyst
el 1 de Jul. de 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
el 1 de Jul. de 2018
geometry geometry
el 1 de Jul. de 2018
Image Analyst
el 1 de Jul. de 2018
Editada: Image Analyst
el 1 de Jul. de 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
el 4 de Jul. de 2018
Image Analyst
el 4 de Jul. de 2018
Didn't my demo show you how to get rid of sinusoidal noise?
geometry geometry
el 4 de Jul. de 2018
Editada: geometry geometry
el 4 de Jul. de 2018
geometry geometry
el 4 de Jul. de 2018
Editada: geometry geometry
el 4 de Jul. de 2018
Respuestas (0)
Categorías
Más información sobre Deblurring en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!