How to make the size of two images equal?

조회 수: 2 (최근 30일)
Darsana P M
Darsana P M 2016년 11월 15일
답변: Walter Roberson 2016년 11월 15일
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?

답변 (2개)

KSSV
KSSV 2016년 11월 15일
You can do interpolation and change the size of image you want. doc interp2.

Walter Roberson
Walter Roberson 2016년 11월 15일
imresize() to a common size.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by