How can I extract image data from excel?

4 vues (au cours des 30 derniers jours)
chris silva
chris silva le 28 Jan 2021
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?

Réponses (1)

David Hill
David Hill le 28 Jan 2021
a=imread('yourimage.tif');
size(a);%read in the image and look at the size

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by