size() for images
Afficher commentaires plus anciens
readImage1=imread(image_file1);
m = size(readImage1);
what does mean by the second line of the code ?
1 commentaire
Gopolang
le 13 Mai 2023
the dimensions of the image
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Images dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!