1
Python and Java API / Re: Automatic way via python to add gcps ?
« on: March 29, 2023, 10:26:11 AM »
Hi Sokratis
If you've usen the targets provided by Metashape you can easily run
By using cross Targets or any other kind it is very difficult to find them and i've been rarely able to match them via metashape functions.
Best
Diogo
If you've usen the targets provided by Metashape you can easily run
Code: [Select]
detectMarkers()
. If your GSD is high enough then it should be able to detect your markers and you can then import your gcps by using Code: [Select]
importReference(ignore_labels=True)
.By using cross Targets or any other kind it is very difficult to find them and i've been rarely able to match them via metashape functions.
Best
Diogo