Borrar filtros
Borrar filtros

how to reduce the dimantion of the image?

1 visualización (últimos 30 días)
Ravikumar chavan
Ravikumar chavan el 17 de Abr. de 2015
Comentada: Ravikumar chavan el 17 de Abr. de 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.

Respuesta aceptada

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

Más respuestas (0)

Categorías

Más información sobre Geometric Transformation and Image Registration en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by