Forum

Author Topic: Export Markers  (Read 3461 times)

Seb_B

  • Newbie
  • *
  • Posts: 38
    • View Profile
Export Markers
« on: May 16, 2015, 01:45:59 PM »
Hello,

How can I export the markers with python as what is done with Tools/Export/markers in the GUI? Same question for loading its.

chunk.saveReference() only export the coordinates of the markers in the project but not the location of markers in each images. This is doing the same as Saving in the Reference window!


Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: Export Markers
« Reply #1 on: May 16, 2015, 03:38:37 PM »
Hello Seb_B,

Unfortunately, import/export markers operation to xml is not yet implemented in Python (just realized that when reading the previous forum thread about it). I think it will be implemented in the next version.

At the moment reading the xml file is possible using parser, but export could be very complicated.
Best regards,
Alexey Pasumansky,
Agisoft LLC

n@sk

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
Re: Export Markers
« Reply #2 on: May 31, 2015, 01:57:47 PM »
Hi Alexey

could you please consider exporting the number of projections and projection error in pixels for the markers (GUI and API)?

thanks