Forum

Author Topic: import fiducials from txt  (Read 2329 times)

sydneyg

  • Newbie
  • *
  • Posts: 9
    • View Profile
import fiducials from txt
« on: September 09, 2022, 04:25:47 PM »
Hi everyone,

I'm working on some historical photos. I have in a txt file a list of fiducial coordinates for each image in pixels (image coordinates), as well as a calibrated position for those fiducials from a certificate.

I'm wondering how is the best way to import those from a file for each image? I see that for chunk.importReference there is no option to create a marker type Fiducial.

Best,

Sydney

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14847
    • View Profile
Re: import fiducials from txt
« Reply #1 on: September 13, 2022, 06:27:11 PM »
Hello Sydney,

I am attaching the script prototype with two functions for import and export of fiducial marks.

Can you please check, if any modification is required?

If you encounter any issue, please provide the related information. Or example of the text file that you have, if the import/export format should be modified according to the available data.
Best regards,
Alexey Pasumansky,
Agisoft LLC

sydneyg

  • Newbie
  • *
  • Posts: 9
    • View Profile
Re: import fiducials from txt
« Reply #2 on: September 14, 2022, 06:41:13 PM »
Thank you Alexey, with a few little changes it worked just fine.

Best,

Sydney

viennois

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: import fiducials from txt
« Reply #3 on: March 24, 2023, 02:03:34 PM »
Hello Sydney
I test the script but it doesn't work.
what changes you made to make it work ?
Thank you