what exactly happend when you use the command imresize?
이전 댓글 표시
what exactly happend when you use the command imresize? does it means compression? will it affect the image quality?
채택된 답변
추가 답변 (1개)
Jan
2014년 3월 24일
The image array is resized as explained in the documentation:
doc imresize
So if you have a 100x100 pixel image, you can transform it into a 200x200 or 20x30 pixel image. Resizing destroys information when you reduce the size and even increasing the size will reduce the quality at least a little bit due to rounding errors.
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!