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

Pages: [1]
1
Python and Java API / Orthomosaic Coordinates to Camera X/Ys
« on: April 13, 2023, 11:37:57 PM »
Is it possible, using some Python, to map a point's coordinate from a generated orthomosaic to a list of cameras that point corresponds to as well as the projected X/Y position in each camera?

2
General / Placing Markers via Basemap
« on: March 20, 2023, 08:18:20 PM »
Is it possible to somehow use the basemap to create markers interactively? I have the center coordinates of photos which gets us close, but I'd like to refine the results by placing markers via a Bing or Google satellite in the basemap. I know they wouldn't be survey-grade, but we have some old photos where if we could just line up a couple roads on the basemap I think we could get better results.

Thanks!

3
Is it possible (maybe through pickPoint, camera.transform, etc.) to somehow determine which x, y coordinate in the orthomosaic corresponds to a given camera's x, y coordinate (if any?)

Thanks!

4
Python and Java API / Scripting Rectangle Mask
« on: August 31, 2016, 06:14:05 PM »
I need to mask out the edges of all the cameras in a chunk... basically only selecting the middle and excluding a 500px or so border around the edges... I've created a PNG mask, but since the images can vary in size I was wondering if it's possible to select this rectangle programmatically in a Python script rather than importing masks? And if so, would be faster than importing the mask (seems to take ~2s per 100MB image).

Thanks!

5
General / Geographic type not available in Build Orthomosaic Dialog
« on: April 09, 2016, 05:07:04 PM »
I'm attempting to generate a georeferenced orthomosaic of historic aerial photos, scanned from film. I have approximate center points of each file which I used for the align stage and GCP markers throughout the scene which I hoped would better align the output.

I was able to build a geographic orthomosaic before I introduced the GCP markers, now that option is disabled. Any idea why?

Thanks!

Pages: [1]