Filter löschen
Filter löschen

how to reduce the dimantion of the image?

1 Ansicht (letzte 30 Tage)
Ravikumar chavan
Ravikumar chavan am 17 Apr. 2015
Kommentiert: Ravikumar chavan am 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.

Akzeptierte Antwort

Image Analyst
Image Analyst am 17 Apr. 2015
If you have the Image Processing Toolbox, you can do this:
output = imresize(inputArray, [180, 200]);

Weitere Antworten (0)

Kategorien

Mehr zu Geometric Transformation and Image Registration finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by