Forum

Author Topic: Removing Depth Maps  (Read 2505 times)

oj_gen

  • Newbie
  • *
  • Posts: 1
    • View Profile
Removing Depth Maps
« on: October 21, 2016, 01:10:15 PM »
How can I remove Depth Maps from chunk using Photoscan API 1.2.5?
Is this possible?

Thank you!

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 15029
    • View Profile
Re: Removing Depth Maps
« Reply #1 on: October 21, 2016, 01:22:51 PM »
Hello oj_gen,

You can do that in the following way:
Code: [Select]
chunk.depth_maps = None

Also you can use keep_depth = False argument when building the dense cloud.
Best regards,
Alexey Pasumansky,
Agisoft LLC