Is there any command for resize an image other than imresize() command in matlab?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
imresize(img,[numrows numcols])
7 Commenti
Adam
il 21 Ago 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.
Risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!