size() for images
Show older comments
readImage1=imread(image_file1);
m = size(readImage1);
what does mean by the second line of the code ?
1 Comment
Gopolang
on 13 May 2023
the dimensions of the image
Accepted Answer
More Answers (0)
Categories
Find more on Images in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!