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

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 Kommentare

Dustin, I was able to get this info via the "GPSInfo" field in IMFINFO output. I used a JPEG file from my phone. Could you share you image online? (dropbox..etc?).
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.
Dustin, you can 'accept' your own answer too :)

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Dustin
Dustin am 2 Aug. 2011

1 Stimme

As mentioned by Ashish in the above comment, imfinfo returns a GPSInfo structure containing the required data.

Weitere Antworten (0)

Kategorien

Mehr zu Images finden Sie in Hilfe-Center und File Exchange

Gefragt:

am 29 Jul. 2011

Community Treasure Hunt

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

Start Hunting!

Translated by