필터 지우기
필터 지우기

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 CenterFile Exchange에서 Read, 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