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 - gorin

Pages: [1]
1
General / Re: Problem with georeference system in ArcGIS
« on: June 26, 2014, 05:39:46 PM »
Hi Marinka,
Have you choose ESPG 28992 georeference system in photoscan ?
If not i think that is the problem. You have to choose your georeference system in photoscan, and don't use local coordinates. (i think)


2
Feature Requests / screenshots
« on: September 06, 2013, 09:49:42 AM »
It would be nice to include a screen capture function in PhotoScan.

Thanks

3
Python and Java API / Re: script exportPoints in .ply with coordinate?
« on: September 05, 2013, 04:29:40 PM »
Thanks.
my problem is resolved.
But i need to use Shift parameter, so i wait the next update.

Have a good day

4
Python and Java API / Re: script exportPoints in .ply with coordinate?
« on: September 05, 2013, 03:49:10 PM »
Thank you for your answer.
I have this message :
Code: [Select]
Finished processing in 715.889 sec (exit code 1)
When i go to file/Export Points..., with dense in export parameters, i have a result.

5
Python and Java API / script exportPoints in .ply with coordinate?
« on: September 05, 2013, 03:14:04 PM »
hello, i try to make a script to export all my chunk in .ply with real coordinate.
The script run but i have no result. The new file is not created.
Someone can tell me where is my mistake? I'm not sure of my script. I use some sample to make this. (i'm beginner)

Code: [Select]
import PhotoScan
doc = PhotoScan.app.document
proj = PhotoScan.CoordinateSystem("EPSG::2154")

for chunk in doc.chunks:
    filename = chunk.label
    pathd = "D:\diag_preventif\rd9_2013\photoscan_carriere_rd9\export\cor_"+filename+".ply"
    chunk.exportPoints(pathd, format='ply', dense=True, projection=proj)

And how can i use shift mode in this script ?

Thank's

Pages: [1]