Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: xinglei on October 21, 2020, 05:28:49 AM

Title: How to export estimated coordinates of markers?
Post by: xinglei on October 21, 2020, 05:28:49 AM
I want to export estimated coordinates of markers in Estimated View in Reference Pane. But now I don't know how to operate, either through software or Python script.

I know that the exported point cloud contains the estimated coordinates of the markers, but now I just want to export the estimated coordinates of the markers, not all the points.

Can it be implemented in Python script?

Thank you!
Title: Re: How to export estimated coordinates of markers?
Post by: xinglei on October 21, 2020, 05:51:30 AM
I have solved this problem. Thank you!
Title: Re: How to export estimated coordinates of markers?
Post by: Alexey Pasumansky on October 22, 2020, 11:28:12 PM
Hello xinglei,

There is an article in the knowledge base on this matter:
https://agisoft.freshdesk.com/support/solutions/articles/31000145016-how-to-calculate-estimated-exterior-orientation-parameters-for-the-cameras-using-python

Maybe it would be helpful for others, who are looking on similar solution.