Forum

Author Topic: curvy stretch of model verge  (Read 3767 times)

空空

  • Newbie
  • *
  • Posts: 26
    • View Profile
curvy stretch of model verge
« on: August 06, 2020, 11:34:08 AM »
Hello:
   I want to know why  model  verge  is curvy when I used to buildModel. Is there any solution.
   Thanks a lot
Code: [Select]
chunk.buildModel(surface=Metashape.SurfaceType.Arbitrary,interpolation=Metashape.Interpolation.EnabledInterpolation,face_count=10000,source=Metashape.DataSource.PointCloudData)

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15465
    • View Profile
Re: curvy stretch of model verge
« Reply #1 on: August 09, 2020, 01:37:20 AM »
Hello,

You are building a very rough model from the tie points cloud, the edges are interpolated.

You can try to generate the mesh from the dense cloud or depth maps instead. Or to shrink the bounding box, so that it is fully filled with the source tie point cloud, thus there will be no place for the interpolation on the edges.
Best regards,
Alexey Pasumansky,
Agisoft LLC