Forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ppkong

Pages: 1 2 3 [4]
46
Python and Java API / Re: About disable photos
« on: June 05, 2014, 06:55:39 AM »
Additional supplementary, I used the following code, but it does not seem to work
Code: [Select]
import PhotoScan
doc = PhotoScan.app.document
chunk = PhotoScan.Chunk()
p = PhotoScan.Camera()
p.enabled = False

47
Python and Java API / About disable photos
« on: June 05, 2014, 05:10:34 AM »
In my project there are 100 images, I want to use the Python script to disable one of ten images. I have made a txt file to record these ten photos name.
Now I want to use Python scripting to achieve this functionality, including reading txt and disable photo, What should I use
Code: [Select]
class PhotoScan.Camera.enable

48
General / About Spherical panoramic photos model
« on: May 16, 2014, 03:59:11 AM »
I use 9 panoramic image to do modeling, Align photo have no problem.but the result of dense point and model there are always a lot of places lack, I do not know what is the reason? Can someone help me?

49
General / Re: Block Edge Snap issues
« on: May 14, 2014, 04:07:57 AM »
Thank you for the reply!
When I generate a dense point, each grid was larger than the original grid 2 m (ie. 300 m +2 m). And reconstruction mesh grid was used the original grid size (300 m). I was doing.
I think as you say the photoscan doesn't consider side issues when building a mesh, so there will still be a gap.
Incidentally, what external software is more convenient to process it?
thanks!

50
General / Re: Export to blender in high resolution
« on: May 13, 2014, 09:20:34 AM »
I think that can only do chunk

51
General / Block Edge Snap issues
« on: May 13, 2014, 06:02:13 AM »
I used 784 images  created a project, because the area is relatively large, so I write a Python script to output data blocks, then each chunk separately build density point clouds, build models and textures.
But the generated model in place there is always a thin gap of the side, as shown in the following picture (2.jpg),I think it's a edge snap question. can you tell me how to handle it?

52
Python and Java API / Re: Setting mapping region
« on: May 05, 2014, 12:06:08 PM »
Hello ppkong,

Could you please send the project file and the script used on support@agisoft.ru for the further investigation?

Please also specify how do you measure the size of the region?
I'm sorry, I found out that I had made a mistake in the calculation process leading to incorrect results. I've solved the problem.
Thank you so much!

53
Python and Java API / Re: Setting mapping region
« on: May 04, 2014, 11:42:13 AM »
Thanks,Very much!
And I have another question. I set the region size with 500*500(meters),and the result region become 475*520,I want to know why?

54
Python and Java API / Re: Setting mapping region
« on: April 29, 2014, 11:30:04 AM »
Thanks,Very much!

Pages: 1 2 3 [4]