Hi Alexey,
I would like to know the xyz world coordinates for each tie point.
In the tie point export file (orima format for example), there is
[image label], [tie point ID], [tie point image x], [tie point image y], 0, M
It would be great if there is something like
[image label], [tie point ID], [tie point image x], [tie point image y], [tie point world x], [tie point world y], [tie point world z], 0, M
Or alternatively in the sparse cloud point export, there is information to link to the tie point information for each sparse cloud point.
How would i achieve that using Python scripts?
Many thanks for your help.
Jason