Is there any command for resize an image other than imresize() command in matlab?
9 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
imresize(img,[numrows numcols])
7 commentaires
Adam
le 21 Août 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.
Réponses (0)
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!