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

Pages: [1]
1
Python and Java API / Re: Project point in camera onto DEM
« on: April 25, 2024, 05:16:04 PM »
Amazing!
I was looking at the 2.0 documentation, but upgrading ASAP.
Thank you, Alexey

2
Python and Java API / Project point in camera onto DEM
« on: April 25, 2024, 03:51:37 PM »
Hi,

I am interested in projecting a point from a camera onto a calculated DEM.
Code: [Select]
pickPoint more often than wanted returns points, both from dense cloud and tie points, which are far from the correct spot. It seems to be an issue at the edges of images where matches may be more sparse.
The desired function would be to be able to get a camera rays first intersection with the DEM.
I have not found such a function in the Python API, but would it be possible to achieve this with current functions?

The use case would be aerial photos, however the ground would be rather flat. Only the X and Y coordinate are interesting in the end.

Pages: [1]