Forum

Author Topic: Orthomosaic translation  (Read 1554 times)

saduka

  • Newbie
  • *
  • Posts: 33
    • View Profile
Orthomosaic translation
« on: September 01, 2020, 05:09:17 AM »
Hi
After orthomosaic computation, I want to export an orthomosaic with translated latitude and lontitude.
Theres nothing wrong with the orthomosaic computation or image position, its just I need a map translated in a certain way.
Somthing like
Code: [Select]
o = chunk.orthomosaic
o.left = o.left + 0.0001
o.right = o.left + 0.0001
o.top=o.left - 0.0001
o.bottom = o.bottom - 0.0001
But the objects in Metashape is not writable. Is there someway I can do this?