How to make the size of two images equal?
조회 수: 2 (최근 30일)
이전 댓글 표시
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?
댓글 수: 0
답변 (2개)
KSSV
2016년 11월 15일
You can do interpolation and change the size of image you want. doc interp2.
댓글 수: 0
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!