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

Pages: [1]
1
General / clarification on gradual selection parameters please
« on: October 08, 2012, 10:37:54 PM »
Hi there, I am looking for some guidance on the best use of the gradual selection properties to select and delete noisy points after the 'align photos' process with version 0.9.0.

Say, for example, that after I align photos, the chunk info shows the reprojection error to be 0.379438 with a max of 1.1552. What are the units on these values? Are these RMS errors? Is the first number the average?

Given those numbers, what's a statistically reasonable number to choose for selecting points in the gradual section dialog based on reprojection error? When the window pops up, the value in the level field is 0.681566. How was that value calculated?

Likewise, what are the units on the reconstruction uncertainty?

Sure, I can move those sliders around until I get a selection that 'looks right', but I am dealing with uneven terrain. I don't really know which points have been correctly located and which have not. It introduces user bias. I would be happier if there was a way to select, for example, only points that fall within a 95% confidence interval.

Thanks

2
Python and Java API / PS not recognizing GPSAltitude tag
« on: June 05, 2012, 10:24:39 PM »
I am geotagging photos through a python script. PS recognizes the lat and long tags but it always imports 0 for the Altitude. When I look at the tags in Irfanview, the altitude is interpreted correctly, so it would appear that it's getting written correctly. An example and the script is attached. Any suggestions?

3
This line of code:

Code: [Select]
chunk.alignPhotos('high', 'ground control', True)
returns this error:

Code: [Select]
RuntimeError: more argument specifiers than keyword list entries (remaining format:'i')
Using:
Code: [Select]
chunk.alignPhotos('high', 'ground control') works, but I really want to be able to filter by masks.

I am using version 0.8.5
Any suggestions?

4
Feature Requests / decimate by percent
« on: May 09, 2012, 03:15:08 AM »
For when I set up batch processes to run overnight, it would be nice to decimate by a percentage rather than specifying a specific number of faces when I don't know what the total will be after I build geometry.

5
Feature Requests / create chunk from selected photos
« on: April 26, 2012, 09:03:26 PM »
I have been making chunks by duplicating a 'template' chunk that contains all of the photos in my project and then deleting the photos I don't want to use for the current chunk. But it would be more intuitive for me to be looking at the locations of photos in my template chunk, select the ones I want to use, and have an option to 'create chunk from selected photos'.

An alternative would be to have the Edit > Invert Selection enabled for photo locations. I could make my selection for a chunk, invert, and then delete.

6
General / Settings of photos in Ground Control window
« on: April 25, 2012, 08:28:51 PM »
In the Photos pane of the Ground Control window with 'View Source' checked, what exactly are the uses of the options in the right-click context menu? That is, whether photos are enabled, disabled, checked, unchecked, and whether I delete the XYZ fields or leave them with values?


7
Feature Requests / Export in LAS format
« on: April 19, 2012, 03:54:58 AM »
For easier integration with GIS (ArcGIS 10.1 will supposedly have native support for LAS datasets) and open source LAS viewing, editing, and classification tools, it would be great if we could export a dense point cloud in LAS format.

8
General / orthophoto doesn't look as good as texture
« on: April 17, 2012, 03:54:16 AM »
When I export an orthophoto from my project blending with 'mosaic', PS writes out a raster that looks markedly different from the view inside the program of the textured surface. Checking off the 'Fill holes' box produces a slightly better looking raster, but there are still mis-located features and weirdly sampled areas. And when I export using a blending method of 'average' or 'max intensity', the raster looks better, but, of course, it's lost some of it's realism. The best looking raster of all comes from exporting the texture, but that, of course, is not georeferenced.

Any suggestions?
Evan

9
General / artifacts - spikes
« on: April 11, 2012, 03:30:00 AM »
With a set of photos I am working with to build a DEM, I can produce a decent looking mesh with the 'Target quality' set to point cloud, but when I move up to 'lowest,' the resulting mesh has dozens of crazy giant spikes popping out of it. They can be controlled a bit by tweaking other parameters but they never go away. Any suggestions?

I am using version 0.8.4 but I saw this with 0.8.3 (demo version), too.

Pages: [1]