Debluring after croping image

 Respuesta aceptada

Image Analyst
Image Analyst el 22 de Jun. de 2023

0 votos

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 comentarios

pizzaa
pizzaa el 23 de Jun. de 2023
ty sir, so PNG is more relieble dan JPG right?
DGM
DGM el 23 de Jun. de 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 el 23 de Jun. de 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).

Iniciar sesión para comentar.

Más respuestas (0)

Preguntada:

el 22 de Jun. de 2023

Comentada:

el 23 de Jun. de 2023

Community Treasure Hunt

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

Start Hunting!

Translated by