Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nako09

Pages: [1]
1
Hello,

I'm working on a python-based solution to replace the coordinates of detected (circular-coded) markers with coordinates from a txt-file. Right now I detect circular-coded markers with the chunk.detectMarkers function and compute their position by chunk.markers.position. My idea was to replace these coordinates with txt-file coordinates, that where measured in-field, but my code says that the position-attribute of Metashape.markers is not writeable.

Is there any way to replace the coordinates of detected markers in position with python? My problem is comparable to this older issue:
https://www.agisoft.com/forum/index.php?topic=2752.0
But it seems that locations-function is not part of the current Metashape-Version anymore.

Based on the same label in detected target and measured target I would like to replace the coordinates of a detected target with the field measured coordinates at this target.

Is there any way to do this in Python?

Thanks,
NaKo

Pages: [1]