PSF (Motion blur) from the blurred and sharp (or deblurred) image pair.

There are works which finds PSF and deblurred image when only blurred image is given (Blind deblurring).
Is there somebody who knows any technique to find PSF given blurred and the original sharp image (extra information) to which that PSF got applied to get the blurred image.
ie. PSF from blur-sharp pair (blur=PSF*sharp)

 Accepted Answer

In frequency domain, PSF can be calculated as fft(blurred)/fft(original).
Additional information can be found at this link

1 Comment

Thanks.
But what should we do if we require a smaller sized PSF. The division returns a PSF with the size of the image itself.

Sign in to comment.

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!