Effacer les filtres
Effacer les filtres

how to reduce the dimantion of the image?

1 vue (au cours des 30 derniers jours)
Ravikumar chavan
Ravikumar chavan le 17 Avr 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.

Réponse acceptée

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

Plus de réponses (0)

Catégories

En savoir plus sur Geometric Transformation and Image Registration dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by