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

19 Ansichten (letzte 30 Tage)
Asiye Ulas
Asiye Ulas am 10 Jun. 2022
Kommentiert: Rik am 27 Jun. 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 Kommentare
Rik
Rik am 27 Jun. 2022
Comment posted as flag by @Asiye Ulas:
It works, Thank you a lot.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

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

Kategorien

Mehr zu Read, Write, and Modify Image finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by