Azzera filtri
Azzera filtri

How to make the size of two images equal?

1 visualizzazione (ultimi 30 giorni)
Darsana P M
Darsana P M il 15 Nov 2016
Risposto: Walter Roberson il 15 Nov 2016
I have two images. The size of first image is {720 1277}. The size of second image is {525 700}. How can i make them equal to perform addition operation?

Risposte (2)

KSSV
KSSV il 15 Nov 2016
You can do interpolation and change the size of image you want. doc interp2.

Walter Roberson
Walter Roberson il 15 Nov 2016
imresize() to a common size.

Community Treasure Hunt

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

Start Hunting!

Translated by