information of a folder of images
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
KALYAN ACHARJYA
2019-10-17
编辑:KALYAN ACHARJYA
2019-10-17
Then call the images one by one (for loop) from the folder and do operation as per requirement.
回答(1 个)
Sid Singh
2019-10-22
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
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!