how to reduce the dimantion of the image?

2 ビュー (過去 30 日間)
Ravikumar chavan
Ravikumar chavan 2015 年 4 月 17 日
コメント済み: Ravikumar chavan 2015 年 4 月 17 日
Please help me. How do I reduce the size of the dimensions?
For example from 847*598 to 180*200
Please give me code.
  1 件のコメント
Ravikumar chavan
Ravikumar chavan 2015 年 4 月 17 日
thanku...

サインインしてコメントする。

採用された回答

Image Analyst
Image Analyst 2015 年 4 月 17 日
If you have the Image Processing Toolbox, you can do this:
output = imresize(inputArray, [180, 200]);

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeProgramming についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by