Effacer les filtres
Effacer les filtres

Image resize without losing quality of image ? (urgent Issue)

22 vues (au cours des 30 derniers jours)
Asiye Ulas
Asiye Ulas le 10 Juin 2022
Commenté : Rik le 27 Juin 2022
I have an image size 1080x854 px. And I resize image to 640x427 px. But imresize () func. does not work well. I lose image quality. Are there any parameter for imresize func. to do not losing to image resolution. Could anyone help me ? Quality of Pixels are changing.
  3 commentaires
Rik
Rik le 27 Juin 2022
Comment posted as flag by @Asiye Ulas:
It works, Thank you a lot.

Connectez-vous pour commenter.

Réponses (1)

Jan
Jan le 22 Juin 2022
Of course reducing the number of pixels reduces the resolution. But you can reduce the artifcats:
imresize(Img, [640,427], 'lanczos3')

Catégories

En savoir plus sur Read, Write, and Modify Image dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by