how to reduce the dimantion of the image?

조회 수: 3 (최근 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.

채택된 답변

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 CenterFile Exchange에서 Programming에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by