Forum

Author Topic: about markers  (Read 3691 times)

DCWang

  • Newbie
  • *
  • Posts: 4
    • View Profile
about markers
« on: May 19, 2017, 07:50:19 PM »
i use the detectMarkers(),but i want to write x,y,z, how do I do it

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15240
    • View Profile
Re: about markers
« Reply #1 on: May 21, 2017, 06:42:48 PM »
Hello DCWang,

If you wish to load the coordinates to the markers, you can use chunk.importReference() function (it will act similar to Import CSV option from the GUI), or you can assign the value manually for each marker instance:
Code: [Select]
marker.reference.location = PhotoScan.Vector([x, y, z])
Best regards,
Alexey Pasumansky,
Agisoft LLC