Filter löschen
Filter löschen

information of a folder of images

1 Ansicht (letzte 30 Tage)
Sajitha K.N.
Sajitha K.N. am 17 Okt. 2019
Beantwortet: Sid Singh am 22 Okt. 2019
How we can get information of a folder of images using imfinfo() and I also want to get bit depth of all images. And this bit depth values want to store in a xlsheet. Please someone help me. Its very urgent.
  5 Kommentare
KALYAN ACHARJYA
KALYAN ACHARJYA am 17 Okt. 2019
Bearbeitet: KALYAN ACHARJYA am 17 Okt. 2019
Then call the images one by one (for loop) from the folder and do operation as per requirement.
Sajitha K.N.
Sajitha K.N. am 17 Okt. 2019
When I'm doing like imfinfo() shows error msg :
char, string
Instead its type was uint8.
Error in bitdepth2 (line 9)
imfinfo(img)

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Sid Singh
Sid Singh am 22 Okt. 2019
Hi, from the documentation
this function takes in a filename and gives you the information about that image. If you pass a folder name, it would give an error which is the standard behavior.
You can use the following command to list directory contents and extract individual file information in a for loop.
Regarding writing the data to excel, you can refer this documentation

Kategorien

Mehr zu Environment and Settings finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by