MATLAB: How to deblur an image

deblurImage Processing Toolboxpsf

I am a new to this field. What I know so far is that I should use Wiener Filter to deblur an image. But I don't have a clear picture so it is impossible for me to use PSF(as suggested by others). Is there any way to deblur the image with only raw blurred image?

Best Answer

You can also use deconvlucy(). Basically if you don't know the PSF in advance, then you can just guess until you figure out the output image that looks best.