Agisoft Metashape

Agisoft Metashape => Python and Java API => Topic started by: lefsky on February 17, 2014, 06:11:35 PM

Title: Code to place markers for georeferencing?
Post by: lefsky on February 17, 2014, 06:11:35 PM
I've been working with the code that jmsuomal posted as a processing chain (and kudos for posting that).

One part of the processing chain that is missing is code to add markers to chunks (at least I think they are added at the chunk level). It looks like all the primitives are there, but the details would take me some time to work out.

Has anyone done that?

M
Title: Re: Code to place markers for georeferencing?
Post by: Alexey Pasumansky on February 17, 2014, 07:59:36 PM
Hello lefsky,

It doesn't seem that markers are used in that script, just camera coordinates. But I think it will be quite easy to add few lines to the script in case you have coordinates of marker projections (in pixels) for every image they appear on as well as coordinates in real-world coordinate system.