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.


Topics - giancan

Pages: [1]
1
Python and Java API / check photoscan version
« on: January 28, 2015, 08:22:30 PM »
Hi there,
since I am producing a script for some users, how can I check which version of photoscan they have?
This will help me addressing different codes to different python... something like document.activeChunk versus document.chunk.

Thanks

2
Feature Requests / multiple models at once
« on: December 02, 2014, 08:46:31 PM »
When loading large datasets, it would be great to have multiple models (or image alignment) if a single one is not possible. Perhaps this could be an option that the user can choose before aligning

3
Feature Requests / Sorting images and sorting chunks
« on: December 02, 2014, 08:33:19 PM »
It would be great to have the possibility to sort photos in a chunk (by name or by date) and sort the chunks as well. Or at least to have the possibility to move chunks and photos to a better position in the workspace viewer.
Thanks

4
Python and Java API / Boolean window
« on: November 27, 2014, 07:28:47 PM »
Hi!
I know about the possibility in the internal python to get input values from user with
Code: [Select]
PhotoScan.app.getString("Input")
Is there a way to have a similar window with boolean values buttons? Such as Yes/No (and perhaps cancel)?
If so, how and how can I use the selected output?
Thanks

5
Feature Requests / Import GCP per pixel
« on: April 04, 2014, 06:14:47 PM »
Dear all,
I guess it would be quite nice to have a change to import ground control point of specific pixel of images.
Say that I georeference one single image in GIS program and I am satisfied with this georeferencing. Ideally each pixel of this 2D image has proper coordinates.
My requested feature would be to allow user to import gcp in a format similar to the following

Code: [Select]
imagename xpixel ypixel xcoordinate ycoordinate zcoordinate
Thanks for your help,
G.

Pages: [1]