How can I extract image data from excel?
显示 更早的评论
I have an excel file with a small number of tif files with the desired sizes of the images in (Pixel x Pixel) format in separate columns. How could I extract the desired pixel sizes from the images and display that?
回答(1 个)
David Hill
2021-1-28
a=imread('yourimage.tif');
size(a);%read in the image and look at the size
类别
在 帮助中心 和 File Exchange 中查找有关 Spreadsheets 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!