Debluring after croping image

1 view (last 30 days)
pizzaa
pizzaa on 22 Jun 2023
Commented: Image Analyst on 23 Jun 2023
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
DGM
DGM on 23 Jun 2023
If you want to preserve image quality, particularly around edges and fine details, do not use JPG. PNG is lossless and widely supported.
Image Analyst
Image Analyst on 23 Jun 2023
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!