Forum

Author Topic: EXIF data / metadata usage for generating orthophotos  (Read 8603 times)

varadg

  • Newbie
  • *
  • Posts: 30
    • View Profile
EXIF data / metadata usage for generating orthophotos
« on: March 10, 2017, 08:38:55 AM »
Hi. Can someone educate me as to what EXIF data / metadata can / is used by Agisoft in the process of generating an orthophoto from aerial images? I expect it would be helpful to have information about the focal length, camera calibration parameters, geolocation data etc. Can someone provide a comprehensive list?

rossnixon

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Re: EXIF data / metadata usage for generating orthophotos
« Reply #1 on: March 10, 2017, 11:11:41 AM »
As far as I know, just the following:
• focal length
• absolute pixel size on sensor
• longitude & latitude (just for initial alignment; then use GCPs)

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15232
    • View Profile
Re: EXIF data / metadata usage for generating orthophotos
« Reply #2 on: March 10, 2017, 04:02:04 PM »
Hello varadg,

PhotoScan reads the following EXIF tags:
FocalLength - that is put to the corresponding field of the Camera Calibration window. Whereas for the Sensor Pixel Size uses either a pair of the following tags:
FocalPlaneXResolution and FocalPlaneYResolution, or if they are missing, uses the next one: FocalLengthIn35mmFilm.
The parameters mentioned above are used to define the initial values for the autocalibration procedure.

Also GPS tags are read:
GPSAltitude, GPSLatitude and GPSLongitude.

Additionally, optionally PhotoScan can read the camera orientation and location accuracy information from the XMP meta-data.
Best regards,
Alexey Pasumansky,
Agisoft LLC

varadg

  • Newbie
  • *
  • Posts: 30
    • View Profile
Re: EXIF data / metadata usage for generating orthophotos
« Reply #3 on: March 13, 2017, 01:54:49 PM »
Thanks Alexey. So, if this information is provided within the EXIF data for all images, I assume it will speed up the computation process?

Also, currently, I have the Lat/Long/Alt & FocalLength available. However, it is not embedded as EXIF in the images and exists as a separate stream. Is it possible to use the API to use this data separately for the corresponding images during the alignment phase. Or is it possible to write code to embed this as EXIF data separately into each image? Are there any tools you can suggest for the same?

rossnixon

  • Full Member
  • ***
  • Posts: 100
    • View Profile
Re: EXIF data / metadata usage for generating orthophotos
« Reply #4 on: March 14, 2017, 04:03:59 AM »