how to reduce the dimantion of the image?
2 views (last 30 days)
Show older comments
Ravikumar chavan
on 17 Apr 2015
Commented: Ravikumar chavan
on 17 Apr 2015
Please help me. How do I reduce the size of the dimensions?
For example from 847*598 to 180*200
Please give me code.
Accepted Answer
Image Analyst
on 17 Apr 2015
If you have the Image Processing Toolbox, you can do this:
output = imresize(inputArray, [180, 200]);
0 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!