フィルターのクリア

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

22 ビュー (過去 30 日間)
Asiye Ulas
Asiye Ulas 2022 年 6 月 10 日
コメント済み: Rik 2022 年 6 月 27 日
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 件のコメント
Rik
Rik 2022 年 6 月 27 日
Comment posted as flag by @Asiye Ulas:
It works, Thank you a lot.

サインインしてコメントする。

回答 (1 件)

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

カテゴリ

Help Center および File ExchangeRead, Write, and Modify Image についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by