Resizing image in pixels
이전 댓글 표시
Is there anyway to resize an image in terms of pixels? say, i want to resize my picture with no change of proportion to 160x160 pixels?
help is very much appreciated!
답변 (1개)
resizedimage = imresize(originalimage, [160 160]);
카테고리
도움말 센터 및 File Exchange에서 Image Arithmetic에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!