Azzera filtri
Azzera filtri

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

22 visualizzazioni (ultimi 30 giorni)
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 Commenti
Rik
Rik il 27 Giu 2022
Comment posted as flag by @Asiye Ulas:
It works, Thank you a lot.

Accedi per commentare.

Risposte (1)

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

Categorie

Scopri di più su Read, Write, and Modify Image in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by