Debluring after croping image

2 visualizzazioni (ultimi 30 giorni)
pizzaa
pizzaa il 22 Giu 2023
Commentato: Image Analyst il 23 Giu 2023
How to deblur an image after cropping, and in what format should i save?

Risposta accettata

Image Analyst
Image Analyst il 22 Giu 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 Commenti
DGM
DGM il 23 Giu 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 il 23 Giu 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).

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by