Is there any command for resize an image other than imresize() command in matlab?
9 views (last 30 days)
Show older comments
imresize(img,[numrows numcols])
7 Comments
Adam
on 21 Aug 2019
The same size as what? If you mean the same size as each other, then that involves deciding which size amongst the images is the one to resize to, and in that case you have a manual width and height anyway.
Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!