I have a image size of 150 * 300
which is a refernce image
now i have new image size of
195 * 415
i need to downscale to 150 * 300
how can i do this

답변 (1개)

Image Analyst
Image Analyst 2018년 12월 21일

0 개 추천

Use imresize
resizedImage = imresize(originalImage, [150, 300]);

카테고리

도움말 센터File Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

질문:

2018년 12월 21일

답변:

2018년 12월 21일

Community Treasure Hunt

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

Start Hunting!

Translated by