How to make the size of two images equal?

2 vues (au cours des 30 derniers jours)
Darsana P M
Darsana P M le 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?

Réponses (2)

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

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

Catégories

En savoir plus sur Images 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