Debluring after croping image

How to deblur an image after cropping, and in what format should i save?

 Accepted Answer

Image Analyst
Image Analyst on 22 Jun 2023
You can use functions like conv2, deconvreg, deconvwnr, deconvlucy, deconvblind.
To save the images, use imwrite to save them in PNG format on disk.

3 Comments

ty sir, so PNG is more relieble dan JPG right?
If you want to preserve image quality, particularly around edges and fine details, do not use JPG. PNG is lossless and widely supported.
What @DGM is true. Where JPG also shows its horribleness is in large smooth gradients. Think of how many blue sky and sunset photos you've seen with bad posterization effects (false edges).

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!