MATLAB: How to deblur an image given the original PSF

deconvdeconv2

I would like to deblur an image to get back my original image. I didn't see any deconv2 function in Matlab and was wondering what would be the best way to go about finding the 'inverse PSF'?

Best Answer

doc deconvlucy the documentation mentions similar functions.
J = deconvlucy(I, PSF)