How can I read all metadata (EXIF and IPTC) from .jp2 images?

6 ビュー (過去 30 日間)
Adam
Adam 2014 年 4 月 22 日
編集済み: Image Analyst 2022 年 3 月 20 日
The image info function, imfinfo(), gives insufficient information. I know that exposure time is a part of the image metadata stored with my images and I need to be able to read it from each image file.

回答 (2 件)

Image Analyst
Image Analyst 2014 年 4 月 22 日
I assume you mean "exposure time". If imfinfo() doesn't get it for you, then you might try this:
Another approach is to ask the photographer.

thiirane
thiirane 2014 年 12 月 28 日
So if Matlab is not supporting exifread() and imfinfo() does not support ExposureTime, how can this metadata be accessed?
Asking the photographer is not an option.
  1 件のコメント
Image Analyst
Image Analyst 2014 年 12 月 29 日
If it's not there, then it's not there and it's unavailable. If I look at EXIF info in another program (ACDSee) I see several things related to exposure: Exposure program, Exposure Bias Value, and Shutter Speed, plus some other parameters that affect exposure like F-Number, ISO, etc. Windows seems to use different names: Exposure Time, Exposure Bias, and F-stop. Which one are you attempting to retrieve? And how do you know for a fact that it is there?

サインインしてコメントする。

Community Treasure Hunt

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

Start Hunting!

Translated by