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
David Hill 2021년 1월 28일

0 개 추천

a=imread('yourimage.tif');
size(a);%read in the image and look at the size

카테고리

태그

질문:

2021년 1월 28일

답변:

2021년 1월 28일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by