필터 지우기
필터 지우기

How do I read in GPS information from EXIF data in geotagged JPEG images?

조회 수: 7 (최근 30일)
I have a bunch of geotagged JPEG images, and want to read the GPS information from the EXIF data into the MATLAB workspace. Both exifread() and imfinfo() do not return this information, though most other information is returned.
Does anyone have any tips on how I should go about doing this?
  댓글 수: 3
Dustin
Dustin 2011년 8월 2일
Thanks a lot, Ashish. I just missed seeing the structure, while looking for the GPSLatitude and GPSLongitude fields.
In the meantime, I used a workaround (if that's what you can call it). I used exiftool to export all the EXIF data to a text file, and then used textscan to read in and parse the required fields.
Ashish Uthama
Ashish Uthama 2011년 8월 2일
Dustin, you can 'accept' your own answer too :)

댓글을 달려면 로그인하십시오.

채택된 답변

Dustin
Dustin 2011년 8월 2일
As mentioned by Ashish in the above comment, imfinfo returns a GPSInfo structure containing the required data.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Read, Write, and Modify Image에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by