size() for images
Mostrar comentarios más antiguos
readImage1=imread(image_file1);
m = size(readImage1);
what does mean by the second line of the code ?
1 comentario
Gopolang
el 13 de Mayo de 2023
the dimensions of the image
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Images en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!