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

8 views (last 30 days)
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

Rohit Pappu
Rohit Pappu on 28 Dec 2020
In frequency domain, PSF can be calculated as fft(blurred)/fft(original).
Additional information can be found at this link
  1 Comment
Nisha Varghese
Nisha Varghese on 28 Dec 2020
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!