Agisoft Metashape

Agisoft Metashape => General => Topic started by: jackieryu on November 25, 2020, 10:05:38 AM

Title: Import Marker Coordinates in Image (x,y)
Post by: jackieryu on November 25, 2020, 10:05:38 AM
Hello!

I am aware that Metashape's Python API provides methods for importing the x,y values of the GCP (markers) within images from a .txt or .csv programmatically using the following function:

PhotoScan.Marker.Projection(PhotoScan.Vector([x, y]), True).

Is there a same function for the Metashape GUI? If not, do you have plans to develop such functionaility?

Title: Re: Import Marker Coordinates in Image (x,y)
Post by: Alexey Pasumansky on November 25, 2020, 12:52:36 PM
Hello jackieryu,

In the current version it is not possible to import the projections for the markers in the image coordinates, apart from Agisoft XML format for the Import Markers operation (File Menu), but it may be considerably more difficult to create such XML, then to write down the script for projections import in the desired format.