how to downscale the image

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 ExchangeRead, 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