Forum

Author Topic: Orthomosaic based on mesh  (Read 1653 times)

Ingsayyad

  • Jr. Member
  • **
  • Posts: 89
    • View Profile
Orthomosaic based on mesh
« on: August 20, 2018, 05:53:09 PM »
Using DEM i can get orthomosaic....

Code: [Select]
chunk.buildOrthomosaic(surface = PhotoScan.ElevationData
But, how can make orthomosaic based on mesh instead of using DEM?

surface:PhotoScan.MESH?


Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14846
    • View Profile
Re: Orthomosaic based on mesh
« Reply #1 on: August 20, 2018, 05:54:39 PM »
Hello Ingsayyad,

For using mesh as a surface it should be:
Code: [Select]
surface = PhotoScan.DataSource.ModelData
Best regards,
Alexey Pasumansky,
Agisoft LLC