How to make the size of two images equal?
2 views (last 30 days)
Show older comments
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 Comments
Answers (2)
KSSV
on 15 Nov 2016
You can do interpolation and change the size of image you want. doc interp2.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!