size() for images
Mostra commenti meno recenti
readImage1=imread(image_file1);
m = size(readImage1);
what does mean by the second line of the code ?
1 Commento
Gopolang
il 13 Mag 2023
the dimensions of the image
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Images in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!