Forum

Author Topic: About model generation boundary box size  (Read 2453 times)

jaye14651

  • Newbie
  • *
  • Posts: 1
    • View Profile
About model generation boundary box size
« on: November 23, 2016, 02:08:05 AM »
In professional version of PhotoScan, I would like to use the Python Script to generate the mesh and dense point cloud automatically. However, the default generation boundary box size is smaller than my actual object. Therefore, some information of my object is missed from the generated model. May I ask is there any method or function to fix that? Thank you so much!

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14816
    • View Profile
Re: About model generation boundary box size
« Reply #1 on: November 23, 2016, 01:29:14 PM »
Hello jaye14651,

You can resize the bonding box by extending it's dimensions, for example. The following code multiplies each dimension of the bounding box by 1.5 times:

Code: [Select]
region  = chunk.region
region.size = 1.5 * region.size
chunk.region = region
Best regards,
Alexey Pasumansky,
Agisoft LLC