Azzera filtri
Azzera filtri

how to reduce the dimantion of the image?

1 visualizzazione (ultimi 30 giorni)
Please help me. How do I reduce the size of the dimensions?
For example from 847*598 to 180*200
Please give me code.

Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by